Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s4: libcli/security: a NULL DACL allows access | Stefan Metzmacher | 2008-10-28 | 1 | -11/+2 | |
| | | | | | | This fixes bug 4284. metze | |||||
* | s4: lsa-server: fix crash bugs related to [out,ref] ** changes | Stefan Metzmacher | 2008-10-28 | 1 | -4/+4 | |
| | | | | metze | |||||
* | selftest: move gdb_* and valgrind_* scripts to selftest/ | Stefan Metzmacher | 2008-10-28 | 5 | -164/+7 | |
| | | | | metze | |||||
* | s4: import lorikeet-heimdal-200810271034 | Stefan Metzmacher | 2008-10-28 | 408 | -12179/+13824 | |
| | | | | metze | |||||
* | s4-lsa-server: remove merge leftover. | Günther Deschner | 2008-10-28 | 1 | -1/+0 | |
| | | | | Guenther | |||||
* | s4-libnet: fix user and group enumeration functions after lsa changes. | Günther Deschner | 2008-10-27 | 2 | -0/+4 | |
| | | | | Guenther | |||||
* | idl: share lsa.idl between s3 and s4. | Günther Deschner | 2008-10-27 | 1 | -1216/+0 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl. | Günther Deschner | 2008-10-27 | 9 | -47/+67 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl. | Günther Deschner | 2008-10-27 | 8 | -30/+57 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl. | Günther Deschner | 2008-10-27 | 6 | -32/+60 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_QueryDomainInformationPolicy from s3 lsa idl. | Günther Deschner | 2008-10-27 | 3 | -8/+13 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_QueryTrustedDomainInfoByName from s3 lsa idl. | Günther Deschner | 2008-10-27 | 3 | -6/+10 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_QueryTrustedDomainInfo from s3 idl. | Günther Deschner | 2008-10-27 | 4 | -34/+44 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_QueryTrustedDomainInfoBySid from s3 lsa idl. | Günther Deschner | 2008-10-27 | 4 | -7/+11 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_LookupPrivName from s3 lsa idl. | Günther Deschner | 2008-10-27 | 4 | -10/+22 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_EnumPrivsAccount from s3 lsa idl. | Günther Deschner | 2008-10-27 | 4 | -25/+45 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_LookupPrivDisplayName from s3 lsa idl. | Günther Deschner | 2008-10-27 | 3 | -16/+24 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_GetUserName from s3 lsa idl. | Günther Deschner | 2008-10-27 | 6 | -39/+60 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_EnumTrustDom from s3 lsa idl. | Günther Deschner | 2008-10-27 | 1 | -4/+4 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_EnumAccounts from s3 lsa idl. | Günther Deschner | 2008-10-27 | 1 | -5/+4 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_EnumPrivs from s3 lsa idl. | Günther Deschner | 2008-10-27 | 1 | -4/+4 | |
| | | | | Guenther | |||||
* | s4-lsa: merge lsa_QuerySecurity from s3 lsa idl. | Günther Deschner | 2008-10-27 | 4 | -6/+10 | |
| | | | | Guenther | |||||
* | Remove another use of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 2 | -9/+10 | |
| | ||||||
* | Fix includes. | Jelmer Vernooij | 2008-10-24 | 2 | -0/+2 | |
| | ||||||
* | Remove include/local.h and move defines to more appropriate places. | Jelmer Vernooij | 2008-10-24 | 5 | -59/+33 | |
| | ||||||
* | Fix installation of charset headers. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Fix the build. | Jelmer Vernooij | 2008-10-24 | 1 | -0/+1 | |
| | ||||||
* | Remove unused include param/param.h. | Jelmer Vernooij | 2008-10-24 | 73 | -81/+11 | |
| | ||||||
* | Add version of next_codepoint without iconv_convenience. | Jelmer Vernooij | 2008-10-24 | 4 | -8/+7 | |
| | ||||||
* | Remove use of global_loadparm in last Python script. | Jelmer Vernooij | 2008-10-24 | 1 | -2/+0 | |
| | ||||||
* | Regenerate SWIG files. | Jelmer Vernooij | 2008-10-24 | 4 | -33/+6 | |
| | ||||||
* | Remove access to global_loadparm from python module. | Jelmer Vernooij | 2008-10-24 | 1 | -3/+0 | |
| | ||||||
* | Mark global_loadparm as deprecated. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Remove more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 7 | -27/+50 | |
| | ||||||
* | Remove dependency of charset code on loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Remove more uses of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 2 | -10/+6 | |
| | ||||||
* | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 2008-10-24 | 21 | -49/+49 | |
| | | | | make them wrappers around convert_string{,talloc}_convenience(). | |||||
* | Remove a few more usages of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 4 | -7/+7 | |
| | ||||||
* | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 31 | -46/+109 | |
| | ||||||
* | Remove const so return value can be freed. | Jelmer Vernooij | 2008-10-24 | 2 | -10/+10 | |
| | ||||||
* | Just hardcode workgroup to empty string, to avoid use of | Jelmer Vernooij | 2008-10-24 | 1 | -4/+3 | |
| | | | | global_loadparm. | |||||
* | Remove iconv_convenience parameter from simple string push/pull | Jelmer Vernooij | 2008-10-24 | 23 | -61/+47 | |
| | | | | functions. | |||||
* | Move pytalloc to talloc directory. | Jelmer Vernooij | 2008-10-24 | 3 | -104/+1 | |
| | ||||||
* | Split up codepoints code, use consistent _m suffix. | Jelmer Vernooij | 2008-10-24 | 2 | -2/+2 | |
| | ||||||
* | Rename string_replace_w to string_replace_m, which is more correct. | Jelmer Vernooij | 2008-10-24 | 1 | -3/+1 | |
| | ||||||
* | Move charset library to top level. | Jelmer Vernooij | 2008-10-24 | 14 | -3119/+7 | |
| | ||||||
* | Fix function parameters. | Jelmer Vernooij | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-23 | 3 | -13/+5 | |
|\ | ||||||
| * | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 2008-10-23 | 3 | -39/+5 | |
| |\ | ||||||
| * | | Remove unused constants from local.h. | Jelmer Vernooij | 2008-10-23 | 3 | -13/+5 | |
| | | |