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
/
source3
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
change: pdb_getsampwrid() ->pdb_getsampwsid()
Simo Sorce
2002-05-26
7
-14
/
+49
*
Only reterive the attributes we are actually going to use - rather than
Andrew Bartlett
2002-05-25
1
-3
/
+14
*
Remove unused variable, fix functions to match prototypes in the various
Andrew Bartlett
2002-05-25
1
-6
/
+5
*
Some of the updates from ctrlsoft's 'Various' patch:
Andrew Bartlett
2002-05-24
1
-17
/
+18
*
Make function match the defintion require for assignment as a function
Andrew Bartlett
2002-05-24
1
-1
/
+1
*
Looks like abartlet got a bit overexcited about using const...
Jim McDonough
2002-05-23
1
-1
/
+1
*
Updates for sane storage of ldap root DN passwords (tested, with upgrade
Andrew Bartlett
2002-05-22
2
-44
/
+120
*
so here it is the code to introduce seriously debugggging classes.
Simo Sorce
2002-05-18
10
-2
/
+48
*
Remove const from some functions to match the changed prototype in a
Andrew Bartlett
2002-05-18
2
-10
/
+8
*
Passdb:
Andrew Bartlett
2002-05-18
2
-44
/
+29
*
A few things in this commit:
Andrew Bartlett
2002-05-18
7
-267
/
+465
*
Make --with-ldapsam 'go away'. This is now a standard, stable, feature
Andrew Bartlett
2002-05-17
1
-3
/
+3
*
A few more trusted domains updates from mimir.
Andrew Bartlett
2002-05-17
1
-13
/
+34
*
Spelling fixes from vance
Andrew Bartlett
2002-04-23
1
-6
/
+6
*
Partly based on the work by mimir (Rafal Szczesniak
Andrew Bartlett
2002-04-14
1
-9
/
+127
*
Fix the compile-bug in pdb_ldap from my last patch.
Andrew Bartlett
2002-04-13
1
-4
/
+4
*
Better handling of uid/gid -> RID and RID -> uid/gid code.
Andrew Bartlett
2002-04-13
5
-78
/
+67
*
This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer Vernooij
Andrew Bartlett
2002-04-13
4
-153
/
+251
*
Much better support for both non-algorithic RIDs (where the RID is stored in
Andrew Bartlett
2002-04-11
1
-135
/
+130
*
Fix up major logic reversal flaws in pdb_ldap.
Andrew Bartlett
2002-04-08
1
-36
/
+70
*
Fixed up admin user / guest user lookup.
Jeremy Allison
2002-04-05
1
-5
/
+8
*
Fixed memory leak in make_pdb_context_name()
Tim Potter
2002-04-04
1
-17
/
+25
*
Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent us
Jeremy Allison
2002-04-02
1
-0
/
+5
*
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
[next]