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
Commit message (
Expand
)
Author
Age
Files
Lines
*
More printf portability fixes. Got caught out by some gcc'isms last
Tim Potter
2003-07-25
1
-2
/
+2
*
More printf fixes - size_t is long on some architectures.
Tim Potter
2003-07-24
1
-1
/
+1
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-14
/
+14
*
removing unused function
Gerald Carter
2003-07-22
1
-43
/
+0
*
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
2003-07-22
2
-15
/
+15
*
This creates passdb backend files automatically when adding first account.
Rafal Szczesniak
2003-07-20
2
-3
/
+38
*
Fix memleak
Volker Lendecke
2003-07-19
1
-3
/
+3
*
Fix two memleaks in pdb_ldap.c.
Volker Lendecke
2003-07-18
2
-1
/
+13
*
Fix memleak
Volker Lendecke
2003-07-16
1
-1
/
+4
*
typo
Volker Lendecke
2003-07-16
1
-1
/
+1
*
fixes for 'net rpc vampire'. I can now take a blank Samba host
Gerald Carter
2003-07-16
1
-6
/
+0
*
Fix memleaks
Volker Lendecke
2003-07-15
1
-1
/
+6
*
make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...
Gerald Carter
2003-07-15
1
-7
/
+17
*
use the specific funtion we have to check if a SID belong to our domain
Simo Sorce
2003-07-13
1
-12
/
+6
*
Argl. Thinking twice and looking at the rest of callers of sid_compare_domain
Volker Lendecke
2003-07-13
1
-1
/
+6
*
We have an API to compare the domain parts of two SIDs, so use it.
Volker Lendecke
2003-07-13
1
-6
/
+1
*
fix sid_to_[uid|gid] (spotted by Volker).
Gerald Carter
2003-07-11
1
-1
/
+1
*
fix unitialised variable
Gerald Carter
2003-07-11
1
-0
/
+6
*
moving more code around.
Gerald Carter
2003-07-11
4
-781
/
+68
*
i guess i'm the only one this ever annyoed...
Gerald Carter
2003-07-10
1
-2
/
+2
*
Fix up become_root/unbecome_root pairs needed around local passdb
Jeremy Allison
2003-07-09
1
-3
/
+17
*
Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally
Jeremy Allison
2003-07-08
2
-401
/
+438
*
Cleaning up linking issues. sam/idmap*.c only links in
Gerald Carter
2003-07-07
2
-1
/
+115
*
Fixed a couple of const issues with the new code.
Jeremy Allison
2003-07-07
1
-2
/
+2
*
and so it begins....
Gerald Carter
2003-07-07
2
-6
/
+206
*
Fix ldapsam_getsampwsid to correctly only say 'no such user' when indeed there
Andrew Bartlett
2003-07-06
1
-13
/
+13
*
Fix comment
Andrew Bartlett
2003-07-05
1
-1
/
+1
*
Add some debug statments to our vampire code - try to make it easier to track
Andrew Bartlett
2003-07-05
3
-9
/
+28
*
Fixes to our LDAP/vampire codepaths:
Andrew Bartlett
2003-07-05
3
-11
/
+61
*
This patch cleans up some of our ldap code, for better behaviour:
Andrew Bartlett
2003-07-04
2
-388
/
+394
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
2
-15
/
+15
*
Uppercase first letter of debug level 0 statements.
Tim Potter
2003-07-02
1
-2
/
+2
*
removing nisplussam
Gerald Carter
2003-07-01
1
-1524
/
+0
*
fix compile problem with nisplussam
Gerald Carter
2003-07-01
1
-13
/
+18
*
Different fix for memleak just committed. This belongs into
Volker Lendecke
2003-07-01
1
-2
/
+0
*
Fix two memory leaks. tdb_search_keys allocates space for the key
Volker Lendecke
2003-07-01
1
-0
/
+2
*
* revert change to get_global_sam_name()
Gerald Carter
2003-07-01
1
-2
/
+23
*
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
2003-06-30
1
-4
/
+7
*
Add the 'guest' passdb backend automatically if
Volker Lendecke
2003-06-30
1
-0
/
+25
*
large change:
Gerald Carter
2003-06-25
2
-3
/
+2
*
Patch to move functions directly from pdb_ldap.c into lib/smbldap.c
Andrew Bartlett
2003-06-25
1
-718
/
+8
*
Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.
Andrew Bartlett
2003-06-24
1
-4
/
+3
*
Found out a good number of NT_STATUS_IS_ERR used the wrong way.
Simo Sorce
2003-06-22
3
-4
/
+4
*
Fix memory leak. secrets_fetch allocates memory.
Volker Lendecke
2003-06-21
1
-0
/
+2
*
This patch works towards to goal of common code shared between idmap_ldap
Andrew Bartlett
2003-06-21
1
-261
/
+359
*
Fix bug #136: "passdb backend = " caused smbd to segfault.
Jim McDonough
2003-06-20
1
-0
/
+5
*
Ok, this patch removes the privilege stuff we had in, unused, for some time.
Simo Sorce
2003-06-18
3
-31
/
+26
*
And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkey
Volker Lendecke
2003-06-18
1
-2
/
+13
*
Better panic cleanly than segfault later when no sid can be found and created.
Volker Lendecke
2003-06-18
1
-2
/
+3
*
Fix a memory leak in pdb_tdb.c.
Volker Lendecke
2003-06-17
1
-0
/
+2
[next]