tprouty/samba.git
2000-01-07 Andrew Tridgellremove scope parameter here too
2000-01-07 Andrew Tridgelladded "netbios scope" docs
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-07 Andrew Tridgelldon't use strcpy
2000-01-07 Andrew Tridgelldon't require readline
2000-01-07 Andrew Tridgell- patch from Rusty to neaten up the code a bit
2000-01-06 Jeremy AllisonRemoved unneeded #define.
2000-01-06 Jeremy AllisonFixed spurious error message when doing a 'put' of...
2000-01-06 Jeremy AllisonGeneric wildcard matching fix from weidel@multichart.de.
2000-01-06 Jeremy AllisonRe-added "dfree command" functionality that was describ...
2000-01-06 Jeremy AllisonFix for renaming directories on OS/2 server. Fix from...
2000-01-05 Jeremy AllisonMoved check_plaintext_password() into smbd/chgpasswd...
2000-01-05 Jeremy Allisonclient/client.c: I18N fixes.
2000-01-05 Andrew Tridgellimplemented talloc() as described on samba-technical...
2000-01-05 Andrew Tridgelllower the default hash size a bit
2000-01-05 Andrew Tridgelluse a minimal hash size in the unexpected packet databa...
2000-01-04 Jeremy AllisonAdded "crap" fix for rotating string buffers. (Increase...
2000-01-04 Luke Leightonusing read_with_timeout(), min data size 16 bytes ...
2000-01-04 Luke Leightonoops, must use read_data() not read(), as read() may...
2000-01-04 Jeremy AllisonFixed getgrent() recurse problem.
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
2000-01-03 Andrew Tridgelladded suppport for unexpected udp/138 packets
2000-01-03 Andrew Tridgellignore a few files
2000-01-03 Andrew Tridgellgot rid of mem_man
2000-01-03 Andrew Tridgellthe bulk of the unexpected packet handling code is...
2000-01-03 Andrew Tridgelladded the unexpected packet database (unexpected.tdb)
2000-01-03 Andrew Tridgelldrop the alignment to 4 bytes - this makes tdb more...
2000-01-03 Andrew Tridgellfixed active shares display
2000-01-03 Andrew Tridgelldon't close the database after each claim_connection()
2000-01-02 Andrew Tridgellupdated docs
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
2000-01-02 Andrew Tridgellshow test result in ops/sec
2000-01-02 Andrew Tridgell- optimise tdb_store() a little
1999-12-29 Jeremy AllisonConverted most of the functions in lib/util_str.c to...
1999-12-24 Andrew Tridgella useful locking tester - it uses lots of simultaneous...
1999-12-24 Andrew Tridgellfixed more locking bugs - all seems OK now
1999-12-23 Jeremy AllisonFixed range checking in unicode to multibyte function...
1999-12-23 Jeremy AllisonAdded wtoupper/wtolower.
1999-12-23 Jeremy AllisonSamba now includes a full ucs2 upper to lower case...
1999-12-23 Jeremy AllisonUpper to lower case map table for unicode.
1999-12-23 Jeremy AllisonAwk script to create #include C code from unicode upper...
1999-12-23 Jeremy AllisonUnicode upper <--> lower character map. Needed for...
1999-12-23 Andrew Tridgellfixed locking code
1999-12-22 Jeremy Allisoninclude/includes.h: Trimmed down unicode directory...
1999-12-22 Andrew Tridgellimproved error message in case the lock list is truncated
1999-12-22 Andrew Tridgellfixed a bug in the handling of tdb version number upgrade
1999-12-22 Jeremy AllisonFirst cut at unicode sys_xx functions. Now to start...
1999-12-22 Andrew Tridgelladded some paranoia code
1999-12-22 Jeremy AllisonOk - we now have the following functions for UNICODE...
1999-12-22 Andrew Tridgellwhen no shares are returned the *shares pointer must...
1999-12-21 Jeremy AllisonAdded new unicode functions - not used yet, but are...
1999-12-21 Jeremy AllisonChanged MAX to MIN in SET_FILE_BASIC_INFO as recommende...
1999-12-21 Andrew Tridgellexpanded the tdb documentation
1999-12-21 Andrew Tridgellchanged %g to %3.1f to be friendly to our poor snprintf...
1999-12-21 Andrew Tridgellchanged message is connections.tdb doesn't exist
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-21 Andrew Tridgellfirst cut at using the tdb code for the connections...
1999-12-21 Andrew Tridgellthis was left out from the 2.0.6 merge
1999-12-21 Andrew Tridgellfirst pass at the database code for Samba. This also...
1999-12-21 Jeremy AllisonFix based on code from monyo@home.monyo.com to fix...
1999-12-21 Jeremy AllisonFix from tulipant-gergely@dbrt.hu for returning incorre...
1999-12-20 Jeremy Allison*Finally*. Correct patch to fix timestamp problems...
1999-12-17 Andrew Tridgelladded basic nsswitch support - this allows you to use...
1999-12-17 Andrew Tridgellmore files from 2.0.6
1999-12-17 Andrew Tridgellupdate version to pre-3.0.0
1999-12-17 Andrew Tridgellclient/smbspool.c from 2.0.6
1999-12-17 Andrew Tridgelllib/fnmatch.c from 2.0.6
1999-12-17 Andrew Tridgell printing/print_cups.c from 2.0.6
1999-12-17 Andrew Tridgellinterfaces.h from 2.0.6
1999-12-17 Andrew Tridgellinterfaces.c from 2.0.6
1999-12-17 Andrew Tridgellutil_sec.c from 2.0.6
1999-12-13 Jeremy AllisonUnicode conversion fix in Japanese environment from...
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-09 Gerald CarterOK. This code works on a RedHat 6.0 system. However...
1999-12-08 Luke Leightonjerry spotted that get_domain_sids() was being called...
1999-12-08 Luke Leightonmoved sys/un.h to after sys/socket.h. done a gnu autoc...
1999-12-08 Luke Leightonparsing code for transferring unix and nt security...
1999-12-08 Luke LeightonABOUT TIME!!!!!!!!
1999-12-06 Luke Leightonthe first independent msrpc daemon - lsarpcd.
1999-12-05 Luke Leightonreenabled retry_time (commented out accidentally in...
1999-12-05 Luke Leightonfirst version of msrpc agent redirector code. client...
1999-12-05 Luke Leightoncreated create_pipe_socket() function.
1999-12-04 Luke Leightonargh! how horrible! spent ages working out why packet...
1999-12-04 Luke Leightonargh. trying to get the nmb agent code to filter out...
1999-12-04 Luke Leightoneven more cool! nmb-agent moved over to new vagent...
1999-12-04 Luke Leightoncool! created higher-order function table for agent...
1999-12-04 Luke Leightonmore similar agent code
1999-12-04 Luke Leightonnmb agent memory free problems
1999-12-04 Luke Leightontrying to make redirector agent code same base.
1999-12-04 Luke Leightonjeremy is going to hate me for this.
1999-12-04 Luke Leightonargh! you wouldn't believe what i had to do: use the...
1999-12-03 Luke Leightonargh! smb-agent redirection client reusage is a nightmare!
1999-12-03 Luke Leightonstarting "connection reuse" system in smb-agent. added...
1999-12-03 Luke Leightoni always get caught out with non-gnu-readline code...
1999-12-03 Luke Leightonsmb-agent improvements. added -D (daemon) option....
1999-12-03 Luke Leightoncool! a unix socket smb redirector. code based on...
next