Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warning, prototype. | Jelmer Vernooij | 2008-10-12 | 2 | -2/+2 |
| | |||||
* | Add extra const. | Jelmer Vernooij | 2008-10-12 | 1 | -1/+1 |
| | |||||
* | Add one-test testsuite for datablob. | Jelmer Vernooij | 2008-10-12 | 3 | -0/+46 |
| | |||||
* | Avoid problems with paranoid malloc checker. | Jelmer Vernooij | 2008-10-12 | 1 | -3/+1 |
| | |||||
* | Share data_blob implementation. | Jelmer Vernooij | 2008-10-12 | 11 | -218/+20 |
| | |||||
* | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 2008-10-12 | 23 | -154/+48 |
| | |||||
* | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 2008-10-11 | 19 | -612/+154 |
| | |||||
* | Add some simple tests for lib/util/time.c | Jelmer Vernooij | 2008-10-11 | 3 | -0/+77 |
| | |||||
* | Make sure x_fdup compiles on Samba 4. | Jelmer Vernooij | 2008-10-11 | 2 | -2/+3 |
| | |||||
* | Support "make test-X" to run all tests that match regex X. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+3 |
| | |||||
* | Use xfile from common lib/util in Samba 3. | Jelmer Vernooij | 2008-10-11 | 3 | -419/+31 |
| | | | | | | Conflicts: source3/Makefile.in | ||||
* | Remove duplicate copy of dlinklist.h. | Jelmer Vernooij | 2008-10-11 | 3 | -115/+2 |
| | |||||
* | Fix merged build locations. | Jelmer Vernooij | 2008-10-11 | 1 | -7/+7 |
| | |||||
* | Fix include, clean up .o files in ../lib and ../libcli | Jelmer Vernooij | 2008-10-11 | 2 | -2/+2 |
| | | | | | | Conflicts: source4/Makefile | ||||
* | Clean up properly. | Jelmer Vernooij | 2008-10-11 | 3 | -2/+4 |
| | |||||
* | Fix libutil path. | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Fix include paths to new location of libutil. | Jelmer Vernooij | 2008-10-11 | 142 | -151/+151 |
| | |||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 65 | -33/+33 |
| | | | | | | Conflicts: source4/Makefile | ||||
* | Provide malloc_array() in Samba 4. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+9 |
| | |||||
* | Use data_blob() for now, since it seems to be the only function available in ↵ | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 |
| | | | | both Samba 3 and Samba 4. | ||||
* | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 2008-10-11 | 8 | -35/+54 |
| | | | | | | | 4, even though the macros are still different. This makes it possible to use object code compiled with one DEBUG() macro from the other sourceX directory. | ||||
* | Make sure to allocate copy for arc4 data, to avoid problems freeing | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 |
| | | | | later. | ||||
* | Prevent errors with data_blob() being a macro in s4 and function in s3. | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 2008-10-11 | 374 | -13646/+16534 |
|\ | |||||
| * | Make use of talloc_tos() | Volker Lendecke | 2008-10-11 | 1 | -2/+2 |
| | | |||||
| * | Fix some nonempty blank lines | Volker Lendecke | 2008-10-11 | 2 | -23/+23 |
| | | |||||
| * | Fix a "nexted extern declaration" warning | Volker Lendecke | 2008-10-11 | 1 | -1/+1 |
| | | |||||
| * | Initialize near creation of resource. Makes code clearer. | Jeremy Allison | 2008-10-10 | 1 | -0/+2 |
| | | | | | | | | Jeremy. | ||||
| * | Ensure we do reinit_after_fork(). | Jeremy Allison | 2008-10-10 | 1 | -0/+5 |
| | | | | | | | | Jeremy. | ||||
| * | Allow data flow to be debugged and only log on error. All seems ok now. | Jeremy Allison | 2008-10-10 | 1 | -8/+40 |
| | | | | | | | | Jeremy. | ||||
| * | Async is trickier than it looks :-). Don't use a stack variable for a ↵ | Jeremy Allison | 2008-10-10 | 1 | -6/+18 |
| | | | | | | | | | | | | private data ptr. Jeremy. | ||||
| * | If you have a large number of cups printers, then scanning for print info ↵ | Jeremy Allison | 2008-10-10 | 6 | -34/+267 |
| | | | | | | | | | | | | | | | | can cause a client to timeout (it takes longer than 30 seconds to enumerate them). Make scanning for printers async with a callback from the main loop. This fixes a bug that was irritating *me* :-). Jeremy. | ||||
| * | pam_winbind: document mkhomedir option. | Günther Deschner | 2008-10-10 | 1 | -0/+8 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: re-add mkhomedir option. | Günther Deschner | 2008-10-10 | 3 | -3/+136 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: remove unused pam_winbind_request(). | Günther Deschner | 2008-10-10 | 1 | -47/+0 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: fix wbc_auth_error_to_pam_error(). | Günther Deschner | 2008-10-10 | 1 | -18/+14 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: remove some unused macros. | Günther Deschner | 2008-10-10 | 1 | -47/+0 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: remove NETLOGON_CACHED_ACCOUNT and NETLOGON_GRACE_LOGON. | Günther Deschner | 2008-10-10 | 1 | -7/+2 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: remove ACB_PWNOEXP. | Günther Deschner | 2008-10-10 | 2 | -4/+2 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: use libwbclient for WINBINDD_PAM_AUTH. | Günther Deschner | 2008-10-10 | 1 | -116/+251 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: use libwbclient for WINBINDD_PAM_LOGOFF. | Günther Deschner | 2008-10-10 | 1 | -19/+56 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: use libwbclient for WINBINDD_PAM_CHAUTHTOK. | Günther Deschner | 2008-10-10 | 2 | -81/+71 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: use libwbclient for WINBINDD_LOOKUPNAME/LOOKUPSID. | Günther Deschner | 2008-10-10 | 1 | -51/+23 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: use libwbclient for WINBINDD_INFO. | Günther Deschner | 2008-10-10 | 1 | -9/+12 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: use libwbclient for WINBINDD_GETPWNAM. | Günther Deschner | 2008-10-10 | 1 | -15/+11 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: add _pam_check_remark_auth_err(). | Günther Deschner | 2008-10-10 | 1 | -0/+41 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: add wbc_auth_error_to_pam_error(). | Günther Deschner | 2008-10-10 | 1 | -8/+45 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: add wbc_error_to_pam_error(). | Günther Deschner | 2008-10-10 | 1 | -0/+36 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: prepare to use libwbclient inside pam_winbind. | Günther Deschner | 2008-10-10 | 2 | -2/+3 |
| | | | | | | | | Guenther | ||||
| * | pam_winbind: convert to use talloc. | Günther Deschner | 2008-10-10 | 3 | -59/+58 |
| | | | | | | | | Guenther |