amitay/samba.git
2000-04-24 cvs2svn Import... This commit was manufactured by cvs2svn to create tag SAMBA_TNG_2_5_GOOD samba-misc-tags/SAMBA_TNG_2_5_GOOD
2000-04-24 Samba Release... preparing for release of alpha.2.5
2000-04-24 Luke Leightonmerge.
2000-04-24 Luke Leightonsizeof(fstring) needed, not sizeof(arg).
2000-04-23 Luke Leightonmemory over-read. insure strikes again.
2000-04-23 Luke Leightonmore insure stuff.
2000-04-23 Luke Leightoninsure is cool.
2000-04-23 Luke Leightonreplaced Memcpy with memcpy_zero.
2000-04-23 Luke Leightonback to square 1 (again) - rpcclient now works.
2000-04-23 Luke Leightoncount wrong in RNetShareEnum
2000-04-23 Luke Leightonmore merge
2000-04-23 Luke Leightonmerge
2000-04-23 cvs2svn Import... This commit was manufactured by cvs2svn to create branc...
2000-04-23 Andrew Tridgellsplit fsp specific routines out of printing.c to fix...
2000-04-23 Andrew Tridgellfixed two uninitialised memory references
2000-04-23 Andrew Tridgelltrick to get full stack trace when using the free versi...
2000-04-23 Andrew Tridgellinsure caught an uninitialised memory reference - ensur...
2000-04-23 Andrew Tridgellavoided a memory leak in the ubi code by deleting a...
2000-04-23 Andrew Tridgellfixed a prs memory leak (weren't freeing input buffer)
2000-04-23 Andrew Tridgellif using insure then don't close fd 2
2000-04-23 Tim PotterMajor work on architecture of nss client, winbindd...
2000-04-23 Tim PotterRemoved LIBSURS_OBJ from winbind objects.
2000-04-23 Tim PotterMajor work on architecture of nss client, winbindd...
2000-04-22 ElrondFrom HEAD:
2000-04-22 ElrondDirectly from HEAD:
2000-04-22 Elrondmoved parse_misc.o and parse_rpc.o from RPC_PARSE_OBJ2 to
2000-04-22 ElrondFrom HEAD:
2000-04-22 ElrondFrom HEAD:
2000-04-22 Luke Leightonmerge from last 2 days (not compiled).
2000-04-22 Andrew Tridgellreturn NULL for a zero size memdup
2000-04-22 Andrew Tridgelldon't copy a null groups list
2000-04-22 Andrew Tridgellfixed overlapping strcpy() found by insure
2000-04-22 Andrew Tridgellfixed uninitialised snum
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-20 ElrondMade some things static, some of those turned out to be
2000-04-20 ElrondSplit WINBINDD_OBJ into WINBINDD_OBJ1, which containts the
2000-04-20 Tim PotterMore games with string handling.
2000-04-20 Tim PotterCode review by tridge.
2000-04-20 Tim PotterCode review by tridge.
2000-04-20 Tim PotterCode review by tridge.
2000-04-20 Tim PotterCode review by tridge.
2000-04-20 Tim PotterCode review by tridge.
2000-04-20 Tim PotterCode review by tridge.
2000-04-20 Tim PotterRemoved dependency of libnss_ntdom.so to any other...
2000-04-20 Luke Leightonadded client-side net_enum_trust_dom_list because am...
2000-04-20 Samba Release... preparing for release of alpha.2.4.2
2000-04-20 Luke Leightondebugging data-transfer interface (again).
2000-04-19 ElrondMade some things static, will look later, why protos...
2000-04-19 Luke Leightonnew unicode map files (ranges)
2000-04-19 Luke Leightonoops.
2000-04-19 Luke LeightonOSF1 compiler can't take #defines with whitespace in...
2000-04-19 Luke Leightonmore merge.
2000-04-19 Andrew Tridgelluse sys_fsusage() not disk_free() in printing.c
2000-04-19 Luke Leightonmore merge
2000-04-19 cvs2svn Import... This commit was manufactured by cvs2svn to create branc...
2000-04-19 Andrew Tridgellsplit fsusage() into a separate module (to fix linking...
2000-04-19 Luke Leightonmore merge.
2000-04-19 Luke Leightonmiddle of a merge.
2000-04-19 Andrew Tridgellpatch from luke to split out lanman code from ipc.c...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-19 Tim PotterImplemented routine to expand group members that are...
2000-04-18 Jeremy AllisonSync up with 2.0.7 w.r.t. guest users.
2000-04-18 Jeremy Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-18 Luke Leightonmoved cli_connect_auth() made it static. more work...
2000-04-18 Luke Leightonmade cli_close_socket() static.
2000-04-18 Luke LeightonBOOL storing an int result. oops.
2000-04-18 Luke Leightonmore merge/shuffling.
2000-04-18 Luke Leightonstart splitting domain-related functions out of clientgen.c
2000-04-18 Andrew Tridgelltng changes:
2000-04-18 Andrew Tridgellupdates from the TNG branch
2000-04-18 Andrew Tridgelldon't parse blank lines
2000-04-18 Andrew Tridgellfixed some crash bugs in the nt forms parsing
2000-04-18 Luke LeightonReadDirName calls vfs->readdirname calls dos_readdirname.
2000-04-17 Shirish KaleleCorrected minor parsing errors.
2000-04-17 Shirish KaleleWhen parsing a dfs map for a service, see if the mount...
2000-04-17 Tim Pottercmd_sam_add_addaliasmem() function gets number of names...
2000-04-17 Tim PotterCosmetic change to help message for 'addaliasmem'.
2000-04-17 Andrew Tridgellgot rid of some more old configure tests and includes
2000-04-17 Andrew Tridgellremoved some obsolete configure tests (sysv ipc etc)
2000-04-17 Andrew Tridgellmoved standard_sub() and friends into a separate module
2000-04-17 Luke Leightonbruce tenison spotted that creategroup was being reques...
2000-04-17 Tim PotterFixed bug where getgrgid() would return incorrect group...
2000-04-17 Tim PotterRenamed loop variable to avoid name clash.
2000-04-17 Tim PotterAdded security checks for opening and creating winbind...
2000-04-17 Tim PotterReturn the string "unknown error" instead of a blank...
2000-04-16 Andrew Tridgellconverted a couple more functions to use a fd instead...
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-04-16 Andrew Tridgellgot rid of FILE* in the unix name mapping code
2000-04-16 Andrew Tridgellgot rid of all the FILE* calls in the NT print system.
2000-04-16 Andrew Tridgelladded fdprintf()
2000-04-16 Andrew Tridgellremoved old comments
2000-04-16 Andrew Tridgellimproved the error handling and added queue pause and...
2000-04-16 Andrew Tridgelluse some symbolic names for print queue status
2000-04-16 Andrew Tridgelladded helper fns to change from internal status codes...
2000-04-16 Andrew Tridgell- put the job status in english not french!
2000-04-16 Andrew Tridgelladded tdb_get_int() and tdb_store_int()
2000-04-16 Andrew Tridgellthe changes to the main smb code
2000-04-16 Andrew TridgellJF and Jeremy - please have a look at what I did to...
2000-04-16 Andrew Tridgellthe bulk of the changes. Also split the loadparm relate...
2000-04-16 Andrew Tridgellthe new file_lines_load() and file_lines_free() routine...
next