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
2003-10-02
Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy Allison
1
-0
/
+4
2003-08-02
port latest changes from SAMBA_3_0 tree
Simo Sorce
1
-2
/
+19
2003-07-16
trying to get HEAD building again. If you want the code
Gerald Carter
1
-110
/
+43
2003-05-28
Merge of uint32/uid_t mismatch from 3.0
Tim Potter
1
-2
/
+2
2003-05-18
port fixes from 3.0
Simo Sorce
1
-1
/
+1
2003-04-29
This is a nice rewrite:
Simo Sorce
1
-16
/
+11
2003-04-29
Change order of parameters to smb_register_passdb()
Jelmer Vernooij
1
-1
/
+1
2003-04-29
ok next_rid out as well local_*id_to*id functions
Simo Sorce
1
-1
/
+0
2003-04-27
prepare to get _nua out of the door (but back in from the window ;-)
Simo Sorce
1
-22
/
+3
2003-03-20
Use True, not TRUE and False, not FALSE
Jelmer Vernooij
1
-1
/
+1
2003-03-19
Put in the new modules system. It's now used by passdb and rpc. I will
Jelmer Vernooij
1
-0
/
+7
2003-02-22
Remove 'unixsam' from the default passdb backends.
Andrew Bartlett
1
-70
/
+15
2002-11-08
Make smbpasswd use the group mapping, and fix spelling in ldapsam.
Andrew Bartlett
1
-16
/
+24
2002-11-04
Allow 'normal' accounts in the non-unix-account range for smbpasswd - I hope
Andrew Bartlett
1
-19
/
+20
2002-11-04
Fix debug
Andrew Bartlett
1
-1
/
+1
2002-10-21
This moves the group mapping API into the passdb backend.
Volker Lendecke
1
-0
/
+51
2002-10-12
Nice *big* patch from metze.
Andrew Bartlett
1
-10
/
+10
2002-09-26
move all the passdb internal interface to NTSTATUS
Simo Sorce
1
-31
/
+40
2002-08-21
More hacks for 'guest account' to get it to show up with the right rid...
Andrew Bartlett
1
-1
/
+12
2002-08-17
Quick hack to get around the inadequacy of pdb_smbpasswd. This should make the
Andrew Bartlett
1
-1
/
+1
2002-08-07
Add const to a pile of const to *DOM_SID paramaters.
Andrew Bartlett
1
-1
/
+1
2002-07-14
Fix up a botched prevoius commit.
Andrew Bartlett
1
-11
/
+10
2002-07-13
Make smbpasswd behave like all the other backends, where a NULL or invalid
Andrew Bartlett
1
-7
/
+4
2002-06-14
Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - instead
Andrew Bartlett
1
-48
/
+7
2002-06-14
It looks like we never tested the 'cleanup' code, so when I triggered it
Andrew Bartlett
1
-3
/
+10
2002-06-13
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
1
-3
/
+4
2002-05-26
change: pdb_getsampwrid() ->pdb_getsampwsid()
Simo Sorce
1
-2
/
+8
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
[next]