index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
1999-07-06
using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().
Luke Leighton
2
-114
/
+20
1999-07-06
added jeremy's sys_getpwnam() and sys_getpwuid() routines from 2_0 tree.
Luke Leighton
1
-0
/
+57
1999-07-06
patch from michael stockman <pgmtekn-micke@algonet.se> to provide a static
Luke Leighton
1
-15
/
+25
1999-06-29
improving authentication code (tidyup).
Luke Leighton
2
-5
/
+6
1999-06-24
#ifdef'd out hashed_getpwnam.
Luke Leighton
1
-0
/
+4
1999-06-13
Moved code that changes the pw_passwd entry (i.e shadow password and
Tim Potter
3
-8
/
+90
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
clean-up of cache-getpw-hash code needed (make proto showed up loads
Luke Leighton
1
-12
/
+13
1999-05-06
Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack
Luke Leighton
2
-14
/
+271
1999-04-30
md5 and hmac_md5
Luke Leighton
2
-0
/
+434
1999-04-28
use /dev/urandom not /dev/random in head branch.
Andrew Tridgell
1
-6
/
+9
1999-04-12
Fix compile warning in nametouid().
Tim Potter
1
-1
/
+1
1999-04-08
Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. A
Matthew Chapman
1
-2
/
+3
1999-04-04
#ifdef'ed out functions obsoleted by VFS:
Tim Potter
1
-4
/
+14
1999-03-25
* client/client.c (dir_total): use SMB_BIG_UINT
Alexandre Oliva
1
-2
/
+26
1999-03-25
SAM database "set user info".
Luke Leighton
1
-2
/
+19
1999-03-23
Same infinite loop bug as I fixed in SAMBA_2_0, but I just spent half
Matthew Chapman
1
-4
/
+4
1999-03-19
Beau Kuiper: provided patch so that passwords could only be changed by
Luke Leighton
1
-0
/
+2
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-23
added jeremy's new c++-like code for parsing of security descriptors.
Luke Leighton
1
-0
/
+20
1999-02-16
bitmap to strings
Luke Leighton
1
-0
/
+70
1999-02-15
Always null-terminate strings.
Matthew Chapman
1
-16
/
+33
1999-02-12
const cast issues. [p.s - tidy work, matt!]
Luke Leighton
1
-16
/
+31
1999-02-12
UNICODE cleanup (see lib/util_unistr.c).
Matthew Chapman
1
-196
/
+114
1999-02-11
UNICODE issues.
Luke Leighton
1
-7
/
+7
1999-02-11
the UNICODE issue...
Luke Leighton
1
-1
/
+27
1999-02-10
use jeremy's versions of the UNICODE routines.
Luke Leighton
1
-38
/
+50
1999-02-09
Having Well-known Domain Groups ("Domain Admins/Guests/Users") returned
Luke Leighton
1
-1
/
+1
1999-02-09
removal of the use of unistrn2 function: replace it with unistr2_to_str
Luke Leighton
1
-1
/
+1
1999-02-08
UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()
Luke Leighton
1
-6
/
+6
1999-02-03
cache unix groups so that two-level getgrent calls don't occur.
Luke Leighton
2
-0
/
+72
1999-02-01
Added init_nt_time function which initialises an NTTIME to -1.
Matthew Chapman
1
-7
/
+9
1999-01-13
fixed an uninitialized variable in lookupsmbgrpgid() and
Gerald Carter
2
-1
/
+3
1998-12-20
adding start of remote lookup for domain member role.
Luke Leighton
1
-29
/
+125
1998-12-16
A while back, Andrew and I talked about making the debug parsing code a
Christopher R. Hertel
1
-1
/
+159
1998-12-14
added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.
Luke Leighton
1
-5
/
+40
1998-12-14
trying to track down issues in get_home_dir().
Luke Leighton
1
-4
/
+8
1998-12-09
oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.
Luke Leighton
2
-16
/
+15
1998-12-09
need to initialise global_myworkgroup
Luke Leighton
1
-1
/
+14
1998-12-08
Adding George's Mac extension code.
Jeremy Allison
1
-0
/
+140
1998-12-07
fixed warnings (and potential errors) due to integer overflow when
Andrew Tridgell
1
-2
/
+3
1998-12-07
first attempt at making unix setuid/setgid code that is independent of
Luke Leighton
1
-0
/
+303
1998-12-07
removed nt_pipe_fnum from struct cli_state. need to be able to call
Luke Leighton
1
-6
/
+7
1998-12-05
oops - lock test was the wrong way around
Andrew Tridgell
1
-1
/
+1
1998-12-05
fixed pidfile handling to check for a lock on the file, so we can be
Andrew Tridgell
1
-16
/
+33
1998-12-04
- renamed do_samr_xxx to samr_xxx
Luke Leighton
2
-8
/
+8
1998-12-03
moved get_unixgroups it will be needed by the unix instance of the group
Luke Leighton
1
-0
/
+49
1998-12-03
jean-f spotted bug in test for existence of MACHINE.SID and SAM_NAME.SID.
Luke Leighton
1
-1
/
+1
1998-12-02
removed check on name of domain having to be right, etc etc.
Luke Leighton
1
-8
/
+0
[prev]
[next]