index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed HAVE_LIBDL from most places (except system.c). Added checks for
Jeremy Allison
2002-03-27
1
-12
/
+0
*
Minor fixes:
Andrew Bartlett
2002-03-23
1
-8
/
+13
*
Don't leak memory on failure.
Andrew Bartlett
2002-03-21
1
-1
/
+3
*
Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()
Andrew Bartlett
2002-03-21
1
-3
/
+3
*
Make ldapsam compile again.
Andrew Bartlett
2002-03-20
1
-20
/
+0
*
Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backend
Andrew Bartlett
2002-03-20
1
-1
/
+3
*
second step to gain free uid<->rid mapping
Simo Sorce
2002-03-19
6
-148
/
+117
*
more verbose checking in talloc and util_pw
Simo Sorce
2002-03-18
2
-39
/
+60
*
Start to switch away from the alghorithmic uid->rid mapping model
Simo Sorce
2002-03-18
5
-29
/
+179
*
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
2002-03-17
1
-1
/
+1
*
I don't need my name on this twice :-)
Andrew Bartlett
2002-03-13
1
-1
/
+0
*
Remove a stub function I forgot to fill in.
Jeremy Allison
2002-03-13
1
-6
/
+0
*
Removed unused var.
Jeremy Allison
2002-03-12
1
-1
/
+0
*
Ensure, if we're a PDC or BDC, that the SID stored for the domain name
Jeremy Allison
2002-03-12
1
-10
/
+70
*
rewrote the machine sid storage code to store the SID in secrets.tdb
Andrew Tridgell
2002-03-10
1
-208
/
+63
*
make sure we use consistent keys in secrets.tdb by uppercasing domain
Andrew Tridgell
2002-03-10
1
-0
/
+4
*
Compile fixes for the pdb nisplus module.
Tim Potter
2002-03-07
1
-17
/
+27
*
Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...
Jim McDonough
2002-03-06
1
-1
/
+1
*
This patch merges my private LDAP tree into HEAD.
Andrew Bartlett
2002-03-02
7
-281
/
+692
*
Fix up the trusted domains secrets code so as to have a slight chance of
Andrew Bartlett
2002-03-02
1
-12
/
+10
*
merge from 2.2
Gerald Carter
2002-03-01
1
-2
/
+7
*
The beginning of trusted and trusting domain support from
Andrew Bartlett
2002-03-01
1
-3
/
+89
*
made the domain secret key in secrets.tdb domain specific. This allows
Andrew Tridgell
2002-02-22
1
-2
/
+14
*
Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.
Andrew Bartlett
2002-02-22
2
-3
/
+76
*
update from 2.2
Simo Sorce
2002-02-01
1
-2
/
+3
*
Back out herb's changes (to allow smbpasswd -x to work on accounts outside
Andrew Bartlett
2002-01-30
1
-10
/
+9
*
Removed version number from file header.
Tim Potter
2002-01-30
10
-18
/
+13
*
merge change from @_2 to allow smbpasswd -x to delete user even if no
Herb Lewis
2002-01-30
1
-7
/
+10
*
- Provide sid->name lookup support for non-unix accounts.
Andrew Bartlett
2002-01-26
1
-13
/
+39
*
local_lookup_name() doens't acutally use its 'domain' argument, so drop it and
Andrew Bartlett
2002-01-26
1
-5
/
+3
*
fix typo
Andrew Bartlett
2002-01-26
1
-1
/
+1
*
Add some information tidbits to an error DEBUG().
Andrew Bartlett
2002-01-26
1
-1
/
+1
*
Passdb changes:
Andrew Bartlett
2002-01-25
3
-11
/
+30
*
getpwnam -> getpwnam_alloc.
Andrew Bartlett
2002-01-23
3
-4
/
+11
*
getpwnam_alloc -> getpwnam
Simo Sorce
2002-01-21
1
-9
/
+8
*
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
6
-439
/
+992
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
1
-33
/
+0
*
Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNT
Andrew Bartlett
2002-01-20
1
-20
/
+40
*
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
4
-12
/
+27
*
For some reason I wasn't thinking about failure cases this morning...
Andrew Bartlett
2002-01-15
1
-0
/
+72
*
Add constness to parameters
Martin Pool
2002-01-15
1
-1
/
+1
*
Commit the auth associated changes I missed from the last commit.
Andrew Bartlett
2002-01-15
2
-0
/
+16
*
Change the passdb interface to use allocated strings.
Andrew Bartlett
2002-01-15
3
-114
/
+161
[next]