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
/
passdb
/
pdb_smbpasswd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-05-18
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
1
-0
/
+2
2002-05-18
Remove const from some functions to match the changed prototype in a
Andrew Bartlett
1
-7
/
+5
2002-05-18
Passdb:
Andrew Bartlett
1
-26
/
+18
2002-05-18
A few things in this commit:
Andrew Bartlett
1
-51
/
+4
2002-04-13
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
1
-23
/
+5
2002-04-13
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
Andrew Bartlett
1
-17
/
+17
2002-03-20
Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backend
Andrew Bartlett
1
-1
/
+3
2002-03-19
second step to gain free uid<->rid mapping
Simo Sorce
1
-21
/
+18
2002-03-18
Start to switch away from the alghorithmic uid->rid mapping model
Simo Sorce
1
-0
/
+21
2002-03-06
Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...
Jim McDonough
1
-1
/
+1
2002-03-02
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+2
2002-01-25
Passdb changes:
Andrew Bartlett
1
-1
/
+4
2002-01-20
This is another *BIG* change...
Andrew Bartlett
1
-201
/
+331
2002-01-17
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
1
-3
/
+5
2001-12-31
some merges from 2.2. Still need to merge in changes from pdb_tdb.c
Gerald Carter
1
-7
/
+7
2001-12-30
pdb_getsampwnuid() merge from 2.2
Gerald Carter
1
-42
/
+0
2001-12-27
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
1
-10
/
+12
2001-12-06
again an intrusive patch:
Jean-François Micouleau
1
-15
/
+5
2001-12-04
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
1
-2
/
+1
2001-12-02
added mapping of primary gid to rid thru the group mapping code.
Jean-François Micouleau
1
-3
/
+28
2001-11-27
unable to open smbpasswd on initial create should only be a warning
Andrew Tridgell
1
-1
/
+1
2001-11-24
This is another rather major change to the samba authenticaion
Andrew Bartlett
1
-1
/
+1
2001-10-31
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
1
-6
/
+17
2001-10-29
This commit is number 4 of 4.
Andrew Bartlett
1
-8
/
+8
2001-10-29
This commit is number 2 of 4.
Andrew Bartlett
1
-42
/
+42
2001-10-03
Ensure accessing NT member servers works with a Samba PDC. Don't
Jeremy Allison
1
-1
/
+1
2001-10-02
Fixed the bug with member servers in a Samba PDC hosted domain not allowing
Jeremy Allison
1
-13
/
+11
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-10-01
- fix handling of 0 last_change_time and must_change_time
Andrew Tridgell
1
-4
/
+5
2001-09-25
Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy Allison
1
-22
/
+12
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-4
/
+4
2001-09-06
Started a cleanup of smbpasswd related stuff. I've created a new file
Tim Potter
1
-6
/
+6
2001-08-23
merge from 2.2
Gerald Carter
1
-3
/
+14
2001-08-09
a few cleanups while mergeing the passdb code into 2.2
Gerald Carter
1
-3
/
+0
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-4
/
+4
2001-05-04
Big cleanup of passdb and backends.
Jean-François Micouleau
1
-104
/
+118
2001-04-28
few cleanups to bring in line with 2.2
Gerald Carter
1
-2
/
+0
2001-04-25
converted the passdb smbpasswd implementation to using talloc
Gerald Carter
1
-73
/
+30
2001-04-18
merge from 2.2
Andrew Tridgell
1
-5
/
+1
2001-03-18
fixed unused variable
Andrew Tridgell
1
-1
/
+1
2001-03-11
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
1
-5
/
+5
2000-12-06
Cause smbd to use the new posix_acls code, not the old unix_acls code.
Jeremy Allison
1
-0
/
+5
2000-11-22
o fixed logon script problems (wrong len in reply to net_sam_logon for
Gerald Carter
1
-0
/
+1
2000-11-21
Another large patch for the passdb rewrite.
Gerald Carter
1
-7
/
+9
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
1
-0
/
+1552