Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-02 | s4:libnet: s/new/n | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-02-02 | s4:cldap: s/private/private_data | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2009-02-02 | s4:libnet/: s/private/private_data | Stefan Metzmacher | 4 | -12/+12 | |
metze | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 5 | -7/+7 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-12-29 | s4 libnet: Add support for groupinfo by sid lookup | Kai Blin | 2 | -24/+82 | |
2008-12-29 | s4 libnet: Add group_name member to struct libnet_GroupInfo's out struct. | Kai Blin | 2 | -3/+6 | |
2008-12-29 | s4:libnet_samdump_keytab: pass down event_context explicit | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2008-12-23 | Fix compiler warnings in libnet. | Jelmer Vernooij | 6 | -18/+9 | |
2008-12-05 | s4-samr: fix samr callers after SAMR_FIELD_PASSWORD change. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-11-28 | s4-samr: fix samr passwdord_expired callers. | Günther Deschner | 1 | -3/+2 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_QueryUserInfo{2} from s3 idl. (fixme: python) | Günther Deschner | 3 | -5/+12 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_QueryGroupInfo from s3 idl. (fixme python) | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_EnumDomainGroups from s3 idl. (fixme: python) | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_EnumDomainUsers from s3 idl. (fixme: python) | Günther Deschner | 1 | -4/+12 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_EnumDomains from s3 idl. (fixme: python) | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupDomain from s3 idl. (fixme: python) | Günther Deschner | 3 | -4/+11 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_LookupNames from s3 idl. (fixme: python) | Günther Deschner | 6 | -28/+54 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_GetUserPwInfo from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_ChangePasswordUser3 from s3 idl. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-11-10 | s4-netlogon: change parameters string to lsa_BinaryString. | Günther Deschner | 1 | -1/+5 | |
Guenther | |||||
2008-11-02 | Remove use of global loadparm in python modules. | Jelmer Vernooij | 1 | -1/+4 | |
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareEnumAll from s3 idl. | Günther Deschner | 1 | -10/+14 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetShareAdd from s3 idl. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetRemoteTOD from s3 idl. | Günther Deschner | 1 | -7/+9 | |
Guenther | |||||
2008-10-29 | s4-netlogon: merge netr_DatabaseSync from s3 idl. | Günther Deschner | 1 | -9/+22 | |
Guenther | |||||
2008-10-27 | s4-libnet: fix user and group enumeration functions after lsa changes. | Günther Deschner | 2 | -0/+4 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl. | Günther Deschner | 3 | -9/+17 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2008-10-24 | Fix the build. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-24 | Remove unused include param/param.h. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -1/+1 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-10-24 | Split up codepoints code, use consistent _m suffix. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 5 | -1/+5 | |
remove some unused functions. | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsGetNCChanges from s3 drsuapi idl. | Günther Deschner | 1 | -47/+49 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsCrackNames from s3 drsuapi idl. | Günther Deschner | 1 | -23/+37 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsRemoveDSServer from s3 drsuapi idl. | Günther Deschner | 1 | -4/+8 | |
Guenther | |||||
2008-10-18 | s4-drsuapi: merge drsuapi_DsAddEntry from s3 drsuapi idl. | Günther Deschner | 1 | -19/+23 | |
Guenther | |||||
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 4 | -4/+4 | |
2008-10-02 | s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer() | Stefan Metzmacher | 1 | -6/+1 | |
metze | |||||
2008-10-02 | The IRIX compiler does not like embedded unnamed unions | Volker Lendecke | 3 | -4/+5 | |
2008-09-30 | Remove global_loadparm instance, discard_const_p. | Jelmer Vernooij | 1 | -5/+13 | |
2008-09-30 | Remove global_loadparm instance. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 3 | -58/+46 | |
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | |||||
2008-08-20 | drsuapi: fix samba4 callers after drsuapi.idl changes | Stefan Metzmacher | 1 | -6/+13 | |
metze (This used to be commit 4b054cee51c39c5430bcadd5c06a94dc3e6b0d8f) | |||||
2008-08-07 | drsuapi: fix callers after idl change | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 7dee6fb62d5adbd2eaaaf4d8ba9e87a72ef9f94b) | |||||
2008-07-23 | libnet_become_dc: send msDS_Behavior_Version == 3 (win2k8) in DsAddEntry | Michael Adam | 1 | -1/+1 | |
instead of version 2 (win2k3). This makes the NET-API-BECOME-DC test work against windows 2003 and 2008. Michael (This used to be commit a7bfa1fb1bc6fb8e412990b7ff4c3ce9bc55099d) | |||||
2008-07-23 | libnet_become_cd: add boolean option "become_dc:force krb5" to control krb5 ↵ | Michael Adam | 1 | -10/+18 | |
auth. This allows controlling whether krb5 auth is forced for the rpc bind in libnet_become_dc. It defaults to "yes". For Windows 2000, DsGetNCChanges only krb5 auth works due to a bug in Windows (it returns garbage - a positive object count is returned along with first object == NULL). For Windows 2008, on the other hand, krb5 auth does not work currently due to the lack of support for AES keys. (Metze is working on that.) Michael (This used to be commit af85aad8147b85a0b9ea2ccc66b8f04efdfe5cf3) | |||||
2008-07-23 | drsuapi: always set the pid field of the outgoing DsBindInfo to 0. | Michael Adam | 2 | -7/+2 | |
This is for debugging and informational purposes only. The assignment is implementation specific. (WSPP docs, sec. 5.35). Michael (This used to be commit 1f5704e2dee5900e8d1d87699b76f67c0e12854e) |