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
*
split some security related functions in their own files.
Simo Sorce
2003-10-06
1
-2
/
+2
*
Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.
Jeremy Allison
2003-10-02
1
-0
/
+4
*
Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andob...
Jelmer Vernooij
2003-09-21
1
-13
/
+33
*
The "unknown_5" 32 bit field in the user structs is actually 2 16-bit
Jeremy Allison
2003-09-18
5
-23
/
+75
*
Oops. Proper fix for #470.
Jeremy Allison
2003-09-18
1
-18
/
+20
*
Fix for #470 - unable to display SIDs in ACLs.
Jeremy Allison
2003-09-18
1
-2
/
+11
*
Fix typo. Found by Aurelien Degremont
Jelmer Vernooij
2003-09-16
1
-1
/
+1
*
Merge from Samba 3.0:
Tim Potter
2003-09-15
1
-267
/
+226
*
Merge from Samba 3.0:
Tim Potter
2003-09-15
1
-29
/
+8
*
removing unused files
Gerald Carter
2003-09-09
2
-1650
/
+0
*
sync 3.0 into HEAD for the last time
Gerald Carter
2003-09-09
8
-31
/
+666
*
port latest changes from SAMBA_3_0 tree
Simo Sorce
2003-08-02
6
-80
/
+87
*
ading new files from 3.0
Gerald Carter
2003-07-16
1
-0
/
+78
*
trying to get HEAD building again. If you want the code
Gerald Carter
2003-07-16
11
-2506
/
+1342
*
Merge of cut and paste fix from 3.0
Tim Potter
2003-05-28
1
-3
/
+3
*
Merge of uint32/uid_t mismatch from 3.0
Tim Potter
2003-05-28
2
-3
/
+3
*
cut-n-paste error
Gerald Carter
2003-05-27
1
-1
/
+1
*
fix bug 118; replace hard coded 'next[User|Group]Rid' attribute names
Gerald Carter
2003-05-27
1
-6
/
+8
*
fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...
Gerald Carter
2003-05-22
1
-1
/
+4
*
port fixes from 3.0
Simo Sorce
2003-05-18
3
-10
/
+4
*
Merge get_global_sam_name() from 3.0 to fix compile breakage.
Tim Potter
2003-05-16
1
-0
/
+8
*
readding reverted changes during idmap merge (noticed by Andrew b.)
Gerald Carter
2003-05-14
1
-16
/
+33
*
fix group mapping in LDAP under new schema
Gerald Carter
2003-05-14
1
-35
/
+61
*
syncing LDAP schema changes with Samba_3_0
Gerald Carter
2003-05-14
1
-292
/
+802
*
Fix pointer return bug in get_unix_attributes()
Tim Potter
2003-05-14
1
-1
/
+1
*
spelling
Tim Potter
2003-05-14
2
-3
/
+3
*
spelling
Tim Potter
2003-05-14
1
-2
/
+2
*
Fix compiler warnings.
Jeremy Allison
2003-05-12
3
-3
/
+0
*
fixing typos in debug statements
Gerald Carter
2003-05-12
1
-1
/
+1
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett.
Jelmer Vernooij
2003-05-10
1
-2
/
+2
*
Patch from metze and me that adds dummy smb_register_*() functions
Jelmer Vernooij
2003-05-10
1
-2
/
+2
*
shouldn't wellknown group be well.. ..WKN_GRP ?
Simo Sorce
2003-05-02
1
-2
/
+1
*
fix wrong debug messages in idmap_util.c
Simo Sorce
2003-05-01
1
-3
/
+8
*
proper wellknown sids initialization at startup
Simo Sorce
2003-05-01
2
-39
/
+37
*
*id_to_*id call reshape to return NTSTATUS errors
Simo Sorce
2003-05-01
1
-5
/
+3
*
Use ints for the version numbers in the smb_register_*() functions (patch by ...
Jelmer Vernooij
2003-05-01
1
-1
/
+1
*
correctly initiazlize idmap tdb when creationg new
Simo Sorce
2003-04-30
2
-54
/
+1
*
forgot to remove getpwnam
Simo Sorce
2003-04-29
1
-20
/
+0
*
This is a nice rewrite:
Simo Sorce
2003-04-29
7
-218
/
+72
*
Some passdb backends really don't like having no primary group - so always
Andrew Bartlett
2003-04-29
1
-34
/
+25
*
Change order of parameters to smb_register_passdb()
Jelmer Vernooij
2003-04-29
3
-3
/
+3
*
Merge Samba 3.0 pdb_ldap from 3.0 into HEAD, so as to allow idra to continue
Andrew Bartlett
2003-04-29
1
-412
/
+1591
*
Merge 3.0's change to how we add users onto HEAD, including a few other bits
Andrew Bartlett
2003-04-29
1
-25
/
+36
*
don't implement any group mapping functions in the guest sam module
Gerald Carter
2003-04-29
1
-0
/
+11
*
ok next_rid out as well local_*id_to*id functions
Simo Sorce
2003-04-29
3
-299
/
+97
*
new helper functions to create users
Simo Sorce
2003-04-28
1
-1
/
+154
*
Use NTSTATUS as return value for smb_register_*() functions and init_module()
Jelmer Vernooij
2003-04-28
7
-19
/
+28
*
Merge memory leak fixes in our trusted domain list from 3.0 to HEAD
Andrew Bartlett
2003-04-28
1
-7
/
+11
*
Fix number of arguments to asprintf()
Jelmer Vernooij
2003-04-28
1
-1
/
+1
*
prepare to get _nua out of the door (but back in from the window ;-)
Simo Sorce
2003-04-27
3
-79
/
+17
[next]