summaryrefslogtreecommitdiffstats
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names()Luke Leighton1999-07-071-1/+1
* improving authentication code (tidyup).Luke Leighton1999-06-291-3/+3
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-2/+2
* had to move day display names into lib/util, to get rpctorture to compile.Luke Leighton1999-05-071-0/+2
* Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hackLuke Leighton1999-05-061-13/+0
* Fix compile warning in nametouid().Tim Potter1999-04-121-1/+1
* Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa...Luke Leighton1999-03-121-2/+14
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-30/+36
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-031-0/+71
* oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1998-12-091-0/+14
* fixed warnings (and potential errors) due to integer overflow whenAndrew Tridgell1998-12-071-2/+3
* - renamed do_samr_xxx to samr_xxxLuke Leighton1998-12-041-4/+4
* moved get_unixgroups it will be needed by the unix instance of the groupLuke Leighton1998-12-031-0/+49
* adding some samr parsing calls (group / alias adding / deleting)Luke Leighton1998-12-011-0/+15
* weekend work. user / group database API.Luke Leighton1998-11-291-43/+60
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-179/+20
* unix instance of group database APILuke Leighton1998-11-231-4/+13
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+3
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+21
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+53
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-13/+55
* util functions split into relevant modules, first pass.Luke Leighton1998-11-101-1992/+99
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-1/+1
* use abort() instead of exit() in smb_panic()Andrew Tridgell1998-10-281-1/+1
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-1/+1
* rpctorture commandLuke Leighton1998-10-221-0/+5
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-201-7/+89
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-1/+3
* - dce/rpc codeLuke Leighton1998-10-191-16/+4
* removed an incorrect commentAndrew Tridgell1998-10-191-4/+0
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-2/+3
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-5/+7
* - fixed cast warningsAndrew Tridgell1998-10-051-11/+13
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-0/+23
* more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1998-10-041-0/+1
* use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1998-10-041-1/+1
* added support for printing via smbwrapperAndrew Tridgell1998-10-041-1/+11
* added simple device/inode number support based on a checksum of theAndrew Tridgell1998-10-031-1/+1
* fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)Andrew Tridgell1998-10-031-7/+7
* added unlink() and rename() support to smbwrapperAndrew Tridgell1998-10-031-1/+1
* - ignore *.p filesAndrew Tridgell1998-10-031-1/+1
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-5/+9
* Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1998-09-281-4/+7
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+13
* added rpcclient programLuke Leighton1998-09-251-0/+40
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-218/+0
* Remove some byte-copying code in unix_format() that did nothing exceptJeremy Allison1998-09-191-8/+0
* got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LLAndrew Tridgell1998-09-181-15/+4