Age | Commit message (Expand) | Author | Files | Lines |
1999-07-21 | BDC support. | Luke Leighton | 1 | -0/+27 |
1999-07-07 | added debug reporting to pwdb_sam_map_names() and pwdb_smb_map_names() | Luke Leighton | 1 | -1/+1 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -3/+3 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 1 | -2/+2 |
1999-05-07 | had to move day display names into lib/util, to get rpctorture to compile. | Luke Leighton | 1 | -0/+2 |
1999-05-06 | Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack | Luke Leighton | 1 | -13/+0 |
1999-04-12 | Fix compile warning in nametouid(). | Tim Potter | 1 | -1/+1 |
1999-03-12 | Stefan Walter: spotted *p_group == NULL which should be p_group == NULL.Stefa... | Luke Leighton | 1 | -2/+14 |
1999-03-09 | mods to allow inter-domain trust accounts to be added to SAM database | Luke Leighton | 1 | -30/+36 |
1999-02-03 | cache unix groups so that two-level getgrent calls don't occur. | Luke Leighton | 1 | -0/+71 |
1998-12-09 | oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ. | Luke Leighton | 1 | -0/+14 |
1998-12-07 | fixed warnings (and potential errors) due to integer overflow when | Andrew Tridgell | 1 | -2/+3 |
1998-12-04 | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1 | -4/+4 |
1998-12-03 | moved get_unixgroups it will be needed by the unix instance of the group | Luke Leighton | 1 | -0/+49 |
1998-12-01 | adding some samr parsing calls (group / alias adding / deleting) | Luke Leighton | 1 | -0/+15 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -43/+60 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -179/+20 |
1998-11-23 | unix instance of group database API | Luke Leighton | 1 | -4/+13 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -3/+3 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -1/+21 |
1998-11-12 | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1 | -0/+53 |
1998-11-12 | largely rewrote smbpasswd so that the code is understandable. This | Andrew Tridgell | 1 | -1/+1 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1 | -13/+55 |
1998-11-10 | util functions split into relevant modules, first pass. | Luke Leighton | 1 | -1992/+99 |
1998-11-09 | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1 | -1/+1 |
1998-10-28 | use abort() instead of exit() in smb_panic() | Andrew Tridgell | 1 | -1/+1 |
1998-10-23 | include/smb.h: Added #defines for lots of things - makes our code a *lot* eas... | Jeremy Allison | 1 | -1/+1 |
1998-10-22 | rpctorture command | Luke Leighton | 1 | -0/+5 |
1998-10-20 | Fixed bug found by John Blair where trim_string wasn't | Jeremy Allison | 1 | -7/+89 |
1998-10-20 | some quite important bug-fixes i missed because i transferred the wrong | Luke Leighton | 1 | -1/+3 |
1998-10-19 | - dce/rpc code | Luke Leighton | 1 | -16/+4 |
1998-10-19 | removed an incorrect comment | Andrew Tridgell | 1 | -4/+0 |
1998-10-18 | Fixed sys_lseek and seek_file calls so all returns | Jeremy Allison | 1 | -2/+3 |
1998-10-16 | Re-added code to tell the user how many open files they | Jeremy Allison | 1 | -5/+7 |
1998-10-05 | - fixed cast warnings | Andrew Tridgell | 1 | -11/+13 |
1998-10-05 | added a function set_maxfiles() to set our file rlimit to the max | Andrew Tridgell | 1 | -0/+23 |
1998-10-04 | more solaris 2.5 fixups. It now seems to be working pretty well. | Andrew Tridgell | 1 | -0/+1 |
1998-10-04 | use *SMBSERVER convention in smbwrapper to allow us to connect to | Andrew Tridgell | 1 | -1/+1 |
1998-10-04 | added support for printing via smbwrapper | Andrew Tridgell | 1 | -1/+11 |
1998-10-03 | added simple device/inode number support based on a checksum of the | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | fixed a bug in name_len() (thanks to kooros@kooros.netrack.net) | Andrew Tridgell | 1 | -7/+7 |
1998-10-03 | added unlink() and rename() support to smbwrapper | Andrew Tridgell | 1 | -1/+1 |
1998-10-03 | - ignore *.p files | Andrew Tridgell | 1 | -1/+1 |
1998-09-29 | Got very strict about the differences and uses of | Jeremy Allison | 1 | -5/+9 |
1998-09-28 | Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>. | Jeremy Allison | 1 | -4/+7 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 1 | -2/+2 |
1998-09-25 | Makefile.in: Fixed bug with continuation line causing proto to fail. | Jeremy Allison | 1 | -0/+13 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -0/+40 |
1998-09-23 | First cut at kernel oplocks. This should have no effect unless runnin | Jeremy Allison | 1 | -218/+0 |
1998-09-19 | Remove some byte-copying code in unix_format() that did nothing except | Jeremy Allison | 1 | -8/+0 |