kai/samba.git
1999-08-13 Luke Leightonspelling mistake.
1999-08-13 Luke Leightonpnum should be a uint16.
1999-08-08 Matthew ChapmanFix for Win95 not being able to find PDC (for User...
1999-08-08 Matthew ChapmanSome compilers want (void) instead of just () in functi...
1999-08-05 Luke Leightonreverted lookup change. from ignacio.
1999-08-03 Luke Leightonchanging debug output message reg_io_unknown_1 to reg_i...
1999-08-03 Luke Leightonreverted jeremy's c++-like security descriptor modifica...
1999-08-03 Luke Leightonbug-fix in connection to port 445. cool! it works!
1999-08-03 Luke Leightonattempting a connection to port 445 first, followed...
1999-08-03 Luke Leightonclose socket issues:
1999-08-02 Tim PotterFixed quoting/escaping bug in example code.
1999-07-27 Jean-François... - enumprintprocessors and enumprintmonitors added.
1999-07-26 Luke Leightonrenaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready...
1999-07-26 Luke LeightonJean-Francois spotted bug in use of file_modified(...
1999-07-26 Luke Leightoncommented location where lookup_sids(), a direct call...
1999-07-22 Tim Potter'export BEANS=ham' is a bash-ism. For those who don...
1999-07-22 Matthew ChapmanBDC support.
1999-07-22 Matthew ChapmanBDC support.
1999-07-22 Matthew ChapmanBDC support.
1999-07-22 Matthew ChapmanBDC support.
1999-07-22 Matthew ChapmanBDC support.
1999-07-22 Tim Pottermake proto
1999-07-22 Tim PotterSupport for arbitrary VFS options in smb.conf. Options...
1999-07-22 Tim PotterCopy service name into vfs_connection_struct.
1999-07-22 Tim PotterPass VFS options defined in smb.conf to vfs_init()...
1999-07-22 Tim PotterAdded service name to vfs_connection_struct.
1999-07-22 Tim PotterMoved a whole bunch of macros out of smb.h and into...
1999-07-21 Luke LeightonTim Potter spotted compile error: matthew had added...
1999-07-21 Luke LeightonBDC support.
1999-07-21 Luke Leightoncomments requested by jeremy as to why NT/95 NULL-passw...
1999-07-21 Luke Leightonuse pstring for at command instead of fstring
1999-07-18 Alexandre OlivaMake sure that the stamp file is newer than configure.in
1999-07-18 Alexandre OlivaAvoid multiple ``Updating dependencies'' messages befor...
1999-07-16 Luke LeightonNTLMv2 check being actioned when NT password response...
1999-07-16 Luke Leightoncheck to see if copy_passwd_struct() ever receives...
1999-07-16 Luke Leightoncopy of password struct needed to be made prior to...
1999-07-16 Herb Lewisadd Windows 2000 version of Plain Text Password registr...
1999-07-15 Luke Leightonwork-around for win95 NULL session bug: NULL password...
1999-07-15 Luke Leightonmore dfs stuff. this looks like it's going to be more...
1999-07-15 Luke Leightondfs issues
1999-07-15 Luke Leightonadded %d %d to error message, try to track down the...
1999-07-14 Luke Leightoncode from bertl to allow remap of default built-in...
1999-07-14 Luke Leightonremoved strncpy()
1999-07-13 Luke Leightonrenamed getfilepwent() and endfilepwent() to getfileent...
1999-07-13 Luke Leightondfs parsed string length was being set explicitly to...
1999-07-12 Luke LeightonJean-Francois Micouleau's rewrite of Nigel William...
1999-07-12 Luke Leightonlengths of NT passwords when "encrypt passwords = no...
1999-07-12 Luke LeightonJean-Francois Micouleau's rewritten DFS patch, original...
1999-07-11 Luke Leightonanon passwd connection: passlen=1; ntpasslen=0.
1999-07-11 Luke LeightonNULL pwdb_xxx_map_names() parameter can be passed here...
1999-07-09 Tim PotterPartial GNU readline support for rpcclient. Only comma...
1999-07-09 Tim PotterWhen making anonymous connections, must pass pointers...
1999-07-09 Tim PotterPut back in GNU readline support for smbclient accident...
1999-07-09 Tim PotterHived off string routines into a separate file.
1999-07-08 Luke Leightonfixed problem with NULL ntpasswd parameters causing...
1999-07-08 Luke LeightonIgnacio Coupeau <icoupeau@unav.es> suggested modificati...
1999-07-08 Luke Leightonallow safe_strcpy() to pass 0 for max length of string...
1999-07-08 Luke Leightonissues with pwdb_sam_map_names() and pwdb_smb_map_names...
1999-07-07 Luke Leightonuse of dos_mkdir() in generate_sam_sid() should be...
1999-07-07 Luke Leightonadded debug reporting to pwdb_sam_map_names() and pwdb_...
1999-07-07 Luke Leightonoops, refused lm when ntlmv2 was true not false/auto...
1999-07-06 Luke Leightonusing jeremy's sys_getpwnam() call in the more critical...
1999-07-06 Luke Leightonadded jeremy's sys_getpwnam() and sys_getpwuid() routin...
1999-07-06 Luke Leightonuse of safe_cli_errstr() and cli_establish_connection().
1999-07-06 Luke Leightonreporting failure to accept ntlmv2 (only) with down...
1999-07-06 Luke Leightonsmb_password_ok() checking incorrectly whether lm passw...
1999-07-06 Luke Leightonoops, set password lengths to a boolean value.
1999-07-06 Luke Leightonpatch from michael stockman <pgmtekn-micke@algonet...
1999-07-01 Jean-François... many small bugs...
1999-06-29 Luke Leightonremoved old code/comments.
1999-06-29 Luke Leightonsmbclient modified to use cli_establish_connection...
1999-06-29 Luke Leightonimproving authentication code (tidyup).
1999-06-24 Luke Leightonuse nmb_safe_namestr.
1999-06-24 Luke Leightonsafe string version of nmb_namestr.
1999-06-24 Luke Leightonsafe string error reporting functions (found a potentia...
1999-06-24 Luke Leightondebugging of NBT messages added.
1999-06-24 Luke Leighton#ifdef'd out hashed_getpwnam.
1999-06-22 Jean-François... Fixed most memory leak and big-endian bug in the spools...
1999-06-13 Tim Pottermake proto
1999-06-13 Tim PotterReturn a (void *)0 instead of NULL in readdir64() wrapper.
1999-06-13 Tim PotterReturn a #error if no functions could be found to wrap...
1999-06-13 Tim PotterModified to cope with functions that return a const...
1999-06-13 Tim PotterMoved code that changes the pw_passwd entry (i.e shadow...
1999-06-13 Tim PotterHived off debugging code from smb.h and put into debug.h
1999-06-10 Alexandre OlivaUse ${1+"$@"} instead of $*
1999-06-07 Tim PotterBumped version number in README to avoid confusion...
1999-06-02 Matthew ChapmanFixing core dump bug with unix password sync, caused...
1999-06-02 Matthew ChapmanSome more BDC-related fixes, mainly to the NET_SAM_SYNC...
1999-05-11 Tim PotterAvoid a symbol conflict with /usr/include/sys/vfs.h...
1999-05-07 Luke Leightonvariation of random SMBtrans2. random delays in betwee...
1999-05-07 Luke Leightonthe times in sam_user_info_23 may not be in the right...
1999-05-07 Luke Leightonhad to move day display names into lib/util, to get...
1999-05-06 Tim PotterFix compiler warning.
1999-05-06 Luke Leightonclean-up of cache-getpw-hash code needed (make proto...
1999-05-06 Luke LeightonJani Jaakkola's "getpwuid() / getpwnam()" hash-cache...
1999-05-06 Luke Leightonadded 2 more (unknown) NTLMSSP negotiation bits
1999-05-06 Luke Leightonalignment needed after unicode string names in password...
1999-05-03 Jean-François... last part of RPC api change.
1999-05-03 Jean-François... Changed the RPC api definition now first arg is a pipe_...
1999-05-03 Jean-François... Added a new command to rpcclient: eventlog <log> where...
next