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
*
lib/util Move bitmap.c to lib/util
Andrew Bartlett
2011-07-08
1
-0
/
+1
*
s3-build link passdb modules against libpassdb
Andrew Bartlett
2011-07-04
1
-11
/
+6
*
s3-build allow_undefined_symbols=False is the default now
Andrew Bartlett
2011-07-04
1
-1
/
+0
*
s3-waf: add some missing tdb dependencies.
Günther Deschner
2011-06-28
1
-1
/
+1
*
lib/util Remove samba-util-common!
Andrew Bartlett
2011-06-21
1
-3
/
+3
*
tdb_compat: Higher level API fixes.
Rusty Russell
2011-06-20
1
-2
/
+2
*
s3-passdb: Implement new pdb trust calls for the default backend
Sumit Bose
2011-06-12
1
-2
/
+102
*
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
2011-06-09
2
-8
/
+8
*
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
2011-06-09
2
-3
/
+3
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
3
-3
/
+3
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
4
-4
/
+4
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
6
-15
/
+15
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3:passdb/pdb_samba4.c - remove unused variable
Matthias Dieter Wallnöfer
2011-06-09
1
-1
/
+0
*
s3:passdb/pdb_samba4.c - fix a format specifier warning
Matthias Dieter Wallnöfer
2011-06-09
1
-1
/
+1
*
s3-passdb use new loadparm_init_s3 rather than reloading the smb.conf
Andrew Bartlett
2011-06-06
1
-14
/
+2
*
s3:passdb: add GPL/copyright header to machine_sid.h
Michael Adam
2011-05-31
1
-0
/
+21
*
s3:passdb/proto.h: add _PASSDB_PROTO_H_ guard
Michael Adam
2011-05-31
1
-0
/
+4
*
s3:passdb/proto.h: add GPL/copyright comment header
Michael Adam
2011-05-31
1
-0
/
+36
*
Fix numerous missing dependencies in WAF build scripts
Sean Finney
2011-05-25
1
-0
/
+3
*
Fix bug #7054 - X account flag does not work when pwdlastset is 0.
Jeremy Allison
2011-05-24
1
-2
/
+1
*
s3-lib Replace StrnCaseCmp() with strncasecmp_m()
Andrew Bartlett
2011-05-18
1
-3
/
+3
*
s3-passdb: added pdb_samba4
Andrew Bartlett
2011-05-08
2
-0
/
+2123
*
s3-passdb Redirect domain GUID and SID queries to the passdb stack
Andrew Bartlett
2011-05-08
1
-0
/
+58
*
s3: only include tdb headers where needed.
Günther Deschner
2011-05-06
5
-0
/
+5
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-6
/
+6
*
Simple +1 changes in hardcoded lengths when changing from safe_strcpy to strl...
Jeremy Allison
2011-05-04
1
-3
/
+3
*
s3: Fix Coverity ID 2471: UNINIT
Volker Lendecke
2011-04-14
1
-2
/
+1
*
s3: Use wbcSidsToUnixIds in create_local_token
Volker Lendecke
2011-04-13
2
-0
/
+106
*
s3: Fix Coverity ID 2470: STRAY_SEMICOLON
Volker Lendecke
2011-04-13
1
-1
/
+1
*
libcli/ldap pull LIBCLI_LDAP_MESSAGE and LIBCLI_LDAP_NDR into a library
Andrew Bartlett
2011-04-13
1
-1
/
+1
*
s3: Fix Coverity ID 2472, UNINIT
Volker Lendecke
2011-04-11
1
-2
/
+1
*
s3: Fix Coverity ID 2473, UNINIT
Volker Lendecke
2011-04-11
1
-2
/
+1
*
s3:passdb:pdb_ipa: fix a C++ implicit void * cast warnings
Michael Adam
2011-04-07
1
-1
/
+2
*
s3-pdb_ipa: Create DN for new object
Sumit Bose
2011-04-06
1
-0
/
+18
*
s3-pdb_ipa: Add ipasam_create_dom_group()
Sumit Bose
2011-04-06
1
-29
/
+214
*
s3-pdb_ipa: Add ipasam_create_user()
Sumit Bose
2011-04-06
1
-44
/
+297
*
s3-pdb_ipa: Detect IPA server
Sumit Bose
2011-04-06
1
-1
/
+7
*
s3-pdb_ipa: Use new smbldap_make_mod_blob() without a return value
Sumit Bose
2011-04-06
1
-38
/
+9
*
s3-ipasam: rename of smbldap_make_mod_blob to _smbldap_make_mod_blob.
Günther Deschner
2011-04-06
1
-4
/
+4
*
s3-pdb_ipa: Fix indentation
Sumit Bose
2011-04-06
1
-13
/
+12
*
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Günther Deschner
2011-03-31
2
-0
/
+2
*
s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.
Günther Deschner
2011-03-30
1
-0
/
+48
*
s3: only include lib/privileges.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+2
*
s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb.
Günther Deschner
2011-03-30
1
-0
/
+16
*
s3-passdb: move util_builtin.c out of passdb.
Günther Deschner
2011-03-30
1
-125
/
+0
*
s3-passdb: move util_unixsids.c out of passdb.
Günther Deschner
2011-03-30
2
-130
/
+0
*
s3-passdb: move util_wellknown.c out of passdb.
Günther Deschner
2011-03-30
2
-183
/
+0
*
s3-passdb: add machine_sid.h and lookup_sid.h
Günther Deschner
2011-03-30
3
-40
/
+40
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
20
-0
/
+20
[next]