index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few comments/formatting issues to make it more in line with
Jim McDonough
2004-02-13
1
-3
/
+6
*
A couple of versioning adjustments. Remove unused version #define, and
Jim McDonough
2004-02-12
1
-3
/
+4
*
tdbsam & smb_panic merge from 3.0 (initial tests are ok but I'll setup a HEAD...
Gerald Carter
2004-02-12
1
-53
/
+103
*
Initial design of some of the functions to operate on trust passwords
Rafal Szczesniak
2004-01-14
1
-0
/
+202
*
TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>.
Jeremy Allison
2003-11-03
1
-6
/
+178
*
sync 3.0 into HEAD for the last time
Gerald Carter
2003-09-09
1
-3
/
+3
*
port latest changes from SAMBA_3_0 tree
Simo Sorce
2003-08-02
1
-43
/
+18
*
trying to get HEAD building again. If you want the code
Gerald Carter
2003-07-16
1
-470
/
+39
*
Merge of uint32/uid_t mismatch from 3.0
Tim Potter
2003-05-28
1
-1
/
+1
*
Fix compiler warnings.
Jeremy Allison
2003-05-12
1
-1
/
+0
*
fix wrong debug messages in idmap_util.c
Simo Sorce
2003-05-01
1
-3
/
+8
*
correctly initiazlize idmap tdb when creationg new
Simo Sorce
2003-04-30
1
-1
/
+1
*
forgot to remove getpwnam
Simo Sorce
2003-04-29
1
-20
/
+0
*
This is a nice rewrite:
Simo Sorce
2003-04-29
1
-48
/
+25
*
Change order of parameters to smb_register_passdb()
Jelmer Vernooij
2003-04-29
1
-1
/
+1
*
ok next_rid out as well local_*id_to*id functions
Simo Sorce
2003-04-29
1
-2
/
+45
*
prepare to get _nua out of the door (but back in from the window ;-)
Simo Sorce
2003-04-27
1
-32
/
+7
*
seem that someone changed the semanthic of unix_strlower without fixing all
Simo Sorce
2003-04-17
1
-3
/
+7
*
Return value in non-void function
Jelmer Vernooij
2003-03-22
1
-0
/
+1
*
Put in the new modules system. It's now used by passdb and rpc. I will
Jelmer Vernooij
2003-03-19
1
-16
/
+3
*
Remove 'unixsam' from the default passdb backends.
Andrew Bartlett
2003-02-22
1
-59
/
+0
*
BIG patch...
Andrew Bartlett
2003-01-02
1
-1
/
+1
*
This moves the group mapping API into the passdb backend.
Volker Lendecke
2002-10-21
1
-0
/
+59
*
Nice *big* patch from metze.
Andrew Bartlett
2002-10-12
1
-48
/
+48
*
move all the passdb internal interface to NTSTATUS
Simo Sorce
2002-09-26
1
-30
/
+40
*
Add const to a pile of const to *DOM_SID paramaters.
Andrew Bartlett
2002-08-07
1
-1
/
+1
*
Mimir has been busy with patches again, and sent in the following
Andrew Bartlett
2002-07-26
1
-1
/
+1
*
Name get and set dir drive functions consistently.
Tim Potter
2002-07-21
1
-1
/
+2
*
addedd new (t)alloc_sub_* functions
Simo Sorce
2002-07-14
1
-5
/
+5
*
Latest patch from metze <metze@metzemix.de> to move most of samba across
Andrew Bartlett
2002-06-13
1
-6
/
+7
*
change: pdb_getsampwrid() ->pdb_getsampwsid()
Simo Sorce
2002-05-26
1
-2
/
+9
*
Remove unused variable, fix functions to match prototypes in the various
Andrew Bartlett
2002-05-25
1
-6
/
+5
*
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
2002-05-18
1
-2
/
+23
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-46
/
+53
*
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
2002-04-13
1
-11
/
+34
*
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
Andrew Bartlett
2002-04-13
1
-19
/
+19
*
second step to gain free uid<->rid mapping
Simo Sorce
2002-03-19
1
-74
/
+19
*
more verbose checking in talloc and util_pw
Simo Sorce
2002-03-18
1
-16
/
+19
*
Start to switch away from the alghorithmic uid->rid mapping model
Simo Sorce
2002-03-18
1
-22
/
+87
*
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
2002-03-02
1
-5
/
+5
*
update from 2.2
Simo Sorce
2002-02-01
1
-2
/
+3
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+2
*
Add some information tidbits to an error DEBUG().
Andrew Bartlett
2002-01-26
1
-1
/
+1
*
Passdb changes:
Andrew Bartlett
2002-01-25
1
-5
/
+7
*
getpwnam -> getpwnam_alloc.
Andrew Bartlett
2002-01-23
1
-2
/
+4
*
hmm, get it right this time.
Simo Sorce
2002-01-21
1
-1
/
+1
*
fix also the comment.
Simo Sorce
2002-01-21
1
-2
/
+5
*
replace getpwnam_alloc with plain getpwnam.
Simo Sorce
2002-01-21
1
-2
/
+1
*
getpwnam -> getpwnam_alloc
Andrew Bartlett
2002-01-21
1
-2
/
+3
*
Inititialise the gid to what standard_sub_advanced wants for 'no value'.
Andrew Bartlett
2002-01-20
1
-1
/
+1
[next]