summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* converted a couple of bzero() to memset()Jean-François Micouleau2000-02-242-57/+85
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-232-15/+53
* more rewrite ...Jean-François Micouleau2000-02-212-99/+72
* Fix for reporting file system attributes correctly.Jeremy Allison2000-02-181-4/+11
* Make proto.Jeremy Allison2000-02-161-0/+1
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-153-343/+350
* fix the reply of rpc_alter_contextJean-François Micouleau2000-02-152-444/+437
* make proto ...Jean-François Micouleau2000-02-071-340/+675
* spoolss include definitionsJean-François Micouleau2000-02-075-15/+35
* First commit of the spoolss code to the HEAD branch.Jean-François Micouleau2000-02-072-0/+1678
* Added check for SGI IRIX brokenness with semaphores when using gcc.Jeremy Allison2000-02-072-4/+20
* Fixed compile warning in locking.c:traverse_fn()Tim Potter2000-02-071-340/+340
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-042-345/+357
* make protoTim Potter2000-02-031-332/+373
* Busting up of source/include/smb.h into smaller pieces which can beTim Potter2000-02-036-349/+608
* Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-291-0/+3
* Added hash-based stat cache code from Ying Chen.Jeremy Allison2000-01-263-0/+86
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-262-1/+5
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-252-13/+75
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-213-1/+9
* SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton2000-01-171-1/+0
* proto updateAndrew Tridgell2000-01-161-2/+4
* make a br_off a SMB_BIG_UINTAndrew Tridgell2000-01-161-1/+1
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-142-8/+7
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-3/+5
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-1/+3
* added Enosuchshare and a lock_type enumAndrew Tridgell2000-01-131-0/+4
* new prototypesAndrew Tridgell2000-01-131-5/+22
* defined br_off as a type for byte range offsets. For now I've set itAndrew Tridgell2000-01-131-0/+3
* Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.Jeremy Allison2000-01-122-0/+9
* modified smbd/msrpc credential transfer system. user session keyLuke Leighton2000-01-111-1/+3
* I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-101-2/+5
* smbd/mangle.cJeremy Allison2000-01-081-1/+0
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-1/+1
* Re-added "dfree command" functionality that was described in the man pagesJeremy Allison2000-01-061-0/+1
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-053-0/+9
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-053-0/+40
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-035-22/+268
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-2/+4
* got rid of mem_manAndrew Tridgell2000-01-031-4/+0
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-032-5/+15
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-2/+2
* Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.Jeremy Allison1999-12-294-13/+60
* Samba now includes a full ucs2 upper to lower case (and vica versa) map table.Jeremy Allison1999-12-231-0/+13
* Upper to lower case map table for unicode.Jeremy Allison1999-12-231-0/+65536
* include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1999-12-221-3/+1
* First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1999-12-223-6/+54
* Ok - we now have the following functions for UNICODE support :Jeremy Allison1999-12-221-0/+2
* Added new unicode functions - not used yet, but are the basis for theJeremy Allison1999-12-211-17/+3
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-212-9/+28