index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fixes from 2.2
Simo Sorce
2002-01-20
1
-93
/
+127
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-189
/
+232
*
fixes (asprintf) from 2.2
Simo Sorce
2002-01-19
1
-6
/
+6
*
A nice *big* change to the fundemental way we do things.
Andrew Bartlett
2002-01-17
1
-2
/
+6
*
Change the passdb interface to use allocated strings.
Andrew Bartlett
2002-01-15
1
-1
/
+1
*
Actually enforce the passdb API.
Andrew Bartlett
2002-01-02
1
-1
/
+1
*
ops, froget to set the values.
Simo Sorce
2001-12-31
1
-1
/
+7
*
port mods from 2.2
Simo Sorce
2001-12-31
1
-3
/
+36
*
Make --with-tdbsam compile again, given the new 'am I setting a default' flags.
Andrew Bartlett
2001-12-31
1
-4
/
+4
*
util_sid.c - respect a const variabile (addedd strdup)
Simo Sorce
2001-12-30
1
-22
/
+35
*
pdb_getsampwnuid() merge from 2.2
Gerald Carter
2001-12-30
1
-25
/
+0
*
moving SAM_ACCOUNT to include a bit field for initialized
Gerald Carter
2001-12-27
1
-4
/
+4
*
again an intrusive patch:
Jean-François Micouleau
2001-12-06
1
-2
/
+0
*
Don't close tdb twice.
Volker Lendecke
2001-11-25
1
-1
/
+0
*
Fixup for accounts without a local /etc/passwd entry.
Andrew Bartlett
2001-11-04
1
-9
/
+5
*
Various post AuthRewrite cleanups, fixups and tidyups.
Andrew Bartlett
2001-11-01
1
-8
/
+4
*
This commit is number 4 of 4.
Andrew Bartlett
2001-10-29
1
-19
/
+19
*
This commit is number 2 of 4.
Andrew Bartlett
2001-10-29
1
-19
/
+8
*
- fix handling of 0 last_change_time and must_change_time
Andrew Tridgell
2001-10-01
1
-3
/
+0
*
This is the passdb section of the previously mentioned commit.
Andrew Bartlett
2001-09-29
1
-2
/
+1
*
minor fixes
Simo Sorce
2001-09-27
1
-22
/
+10
*
Fix the uninitialised variable, but more importantly fix the SEGFAULT.
Andrew Bartlett
2001-09-26
1
-2
/
+4
*
Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)
Andrew Bartlett
2001-09-26
1
-7
/
+9
*
Fixup passdb stuff to add new nisplus and ldap backends.
Jeremy Allison
2001-09-25
1
-116
/
+127
*
Don't segfault when deleting accounts not in /etc/passwd. The RID we want is
Andrew Bartlett
2001-09-25
1
-5
/
+2
*
memory leak fixes ..
Simo Sorce
2001-09-25
1
-7
/
+21
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-1
/
+1
*
merges from 2.2
Gerald Carter
2001-09-14
1
-2
/
+2
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-7
/
+7
*
changed the data format in the tdb, as the time fields were not
Simo Sorce
2001-08-31
1
-24
/
+29
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-7
/
+7
*
Changed instances of TRUE, FALSE to True, False as some compilers don't
Tim Potter
2001-07-12
1
-1
/
+1
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-7
/
+7
*
update from Simo
Gerald Carter
2001-05-10
1
-8
/
+8
*
Patch from Simo:
Gerald Carter
2001-05-07
1
-5
/
+15
*
Big cleanup of passdb and backends.
Jean-François Micouleau
2001-05-04
1
-39
/
+58
*
fixes from Simo
Gerald Carter
2001-05-04
1
-213
/
+238
*
HEAD specific slprintf paranoia fixes.
Jeremy Allison
2001-04-08
1
-6
/
+6
*
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
2001-03-11
1
-6
/
+6
*
more fixes from Simo. Also fixed the password expiration field
Gerald Carter
2000-12-12
1
-134
/
+59
*
group rid assignment cut and paste error
Gerald Carter
2000-12-09
1
-2
/
+2
*
updates to the tdbsam implementation.
Gerald Carter
2000-12-06
1
-36
/
+263
[next]