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
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-7
/
+5
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-11
/
+11
2007-10-10
r11256: Remove use of long long and strtoll in libsmbclient (we
Jeremy Allison
1
-1
/
+0
2007-10-10
r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup on
Jim McDonough
1
-0
/
+57
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-9
/
+13
2007-10-10
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r2317: Fixup error messages and reformat.
Jeremy Allison
1
-903
/
+922
2007-10-10
r2312: Fix for bugid #1667, smbpasswd file could be left locked on
Jeremy Allison
1
-0
/
+2
2007-10-10
r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" as
Jeremy Allison
1
-3
/
+3
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-1
/
+1
2003-10-02
Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy Allison
1
-0
/
+4
2003-07-20
This creates passdb backend files automatically when adding first account.
Rafal Szczesniak
1
-2
/
+19
2003-07-11
moving more code around.
Gerald Carter
1
-94
/
+18
2003-07-02
Uppercase first letter of debug level 0 statements.
Tim Potter
1
-2
/
+2
2003-06-17
Make static (patch from metze)
Jelmer Vernooij
1
-1
/
+1
2003-06-17
The return value of init_module functions is NTSTATUS, not int
Jelmer Vernooij
1
-3
/
+2
2003-06-16
Quieten debug message.
Tim Potter
1
-1
/
+1
2003-05-27
I'm pretty sure these uint32's should be uid_t's. Can the passdb guys
Tim Potter
1
-2
/
+2
2003-05-13
Restore a number of fixes that idra removed when he merged his
Andrew Bartlett
1
-1
/
+1
2003-05-13
Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.
Andrew Bartlett
1
-12
/
+22
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
1
-42
/
+17
2003-05-07
Set our 'global sam name' in one place. For domain controllers, this is
Andrew Bartlett
1
-1
/
+1
2003-04-28
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
1
-4
/
+4
2003-04-28
A new pdb_ldap!
Andrew Bartlett
1
-2
/
+2
2003-04-15
Use the new modules system for passdb (merge from HEAD)
Jelmer Vernooij
1
-0
/
+7
2003-03-22
Thanks to volker, merge passdb changes from HEAD:
Andrew Bartlett
1
-70
/
+15
2002-11-08
Merge from HEAD:
Andrew Bartlett
1
-16
/
+24
2002-11-05
Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUA
Andrew Bartlett
1
-20
/
+21
2002-11-02
Merge passdb from HEAD -> 3.0
Andrew Bartlett
1
-10
/
+61
2002-09-26
sync with HEAD
Gerald Carter
1
-31
/
+40
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-1
/
+12
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-2
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-188
/
+84
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
[next]