Age | Commit message (Expand) | Author | Files | Lines |
2008-11-16 | Add a new function to parse a DATA_BLOB into a GUID | Andrew Bartlett | 2 | -7/+22 |
2008-11-16 | s4:libcli/resolve: don't ignore SIGCHLD anymore | Stefan Metzmacher | 1 | -7/+15 |
2008-11-16 | s4:torture: fix the build with auto dependencies | Stefan Metzmacher | 5 | -6/+8 |
2008-11-16 | Fix bug 5901: Default for streams_depot location | TAKAHASHI Motonobu | 1 | -1/+9 |
2008-11-16 | Remove unused init function in subunit code. | Jelmer Vernooij | 2 | -6/+1 |
2008-11-16 | Fix merged build. | Jelmer Vernooij | 1 | -1/+1 |
2008-11-16 | Move torture directory to top-level. | Jelmer Vernooij | 10 | -14/+11 |
2008-11-16 | Move libtorture to top-level. | Jelmer Vernooij | 5 | -0/+0 |
2008-11-15 | s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate). | Günther Deschner | 1 | -3/+3 |
2008-11-15 | Attempt to fix the build | Volker Lendecke | 1 | -1/+1 |
2008-11-15 | pidl: skip generation of noopnum functions in generated s3 server. | Günther Deschner | 1 | -1/+6 |
2008-11-15 | pidl: do not generate cli_ functions for noopnum flaged functions. | Günther Deschner | 1 | -1/+4 |
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 5 | -14/+26 |
2008-11-14 | Actually finish memcache_add_talloc | Volker Lendecke | 2 | -2/+68 |
2008-11-14 | Rename some variables in getpwnam_alloc() for clarity | Volker Lendecke | 1 | -11/+12 |
2008-11-14 | sys_pwnam doesn't return talloced memory, so don't mix up the returned struct. | Volker Lendecke | 1 | -4/+1 |
2008-11-13 | Move v2 from timestamp to 16-byte hash. Got the change in before on disk form... | Jeremy Allison | 6 | -75/+55 |
2008-11-13 | s3-svctl-server: fix remote rpc service management (bug #5888). | Günther Deschner | 1 | -1/+1 |
2008-11-13 | fix typo | Volker Lendecke | 1 | -1/+1 |
2008-11-13 | pam_winbind: add german de.po file. | Günther Deschner | 1 | -0/+186 |
2008-11-13 | s3-winbindd: workaround for samr_ChangePasswordUser3 to User2 fallback for w2... | Günther Deschner | 1 | -0/+6 |
2008-11-13 | pam_winbind: do not add empty blob. | Günther Deschner | 1 | -8/+10 |
2008-11-13 | pam_winbind: translate some more string. | Günther Deschner | 1 | -7/+7 |
2008-11-13 | i18n/l10n pam_winbind | Bo Yang | 10 | -57/+244 |
2008-11-12 | Fix build break | Tim Prouty | 1 | -1/+1 |
2008-11-12 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2 | -2/+14 |
2008-11-12 | Pretty print out SD's on get/set. | Jeremy Allison | 1 | -0/+10 |
2008-11-12 | s3/s4 build: Add additional LDFLAGS in check_python.m4 to allow it to pass on... | Tim Prouty | 1 | -2/+13 |
2008-11-12 | Fix memory leak in error path, spotted by Martin Zielinski <mz@seh.de>. | Jeremy Allison | 1 | -0/+1 |
2008-11-12 | s3: Add support for storing dos attributes as st_flags in the stat struct. | Tim Prouty | 2 | -13/+166 |
2008-11-12 | pam_winbind: fix what data we put into the blobs. | Günther Deschner | 1 | -16/+20 |
2008-11-12 | s4-smbtorture: add very basic RPC-NTSVCS test. | Günther Deschner | 4 | -2/+133 |
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 4 | -34/+34 |
2008-11-12 | ntsvcs: fill in some more formerly unknowns in PNP_GetHwProfInfo. | Günther Deschner | 1 | -5/+5 |
2008-11-12 | ntsvcs: use both named-pipe endpoints. | Günther Deschner | 2 | -1/+3 |
2008-11-12 | s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command. | Günther Deschner | 1 | -4/+4 |
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -98/+98 |
2008-11-12 | ntsvcs: fill in more unknowns in PNP_HwProfFlags IDL. | Günther Deschner | 1 | -6/+6 |
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 4 | -10/+12 |
2008-11-12 | s3-rpcclient: some corrections for the PNP_GetDeviceRegProp client. | Günther Deschner | 1 | -6/+11 |
2008-11-12 | ntsvcs: some corrections for the PNP_GetDeviceRegProp IDL. | Günther Deschner | 1 | -1/+3 |
2008-11-12 | s3-rpcclient: add ntsvcs_getdevlist command. | Günther Deschner | 1 | -0/+46 |
2008-11-12 | s3-rpcclient: add ntsvcs_getdevlistsize command. | Günther Deschner | 1 | -39/+38 |
2008-11-12 | errors: add WERR_CM_BUFFER_SMALL. | Günther Deschner | 1 | -0/+1 |
2008-11-11 | s3: Add support for make test to use a share dir outside of the prefix dir | Tim Prouty | 3 | -8/+39 |
2008-11-11 | Fix bug 5891] : smbd crashed when viewing the eventlog exported by "eventlog ... | Jeremy Allison | 1 | -1/+1 |
2008-11-11 | Fix bug 5889. "delete veto files = no" seems to break. | Jeremy Allison | 1 | -4/+11 |
2008-11-11 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 339 | -5812/+7985 |
2008-11-11 | Regenerate SWIG output. | Jelmer Vernooij | 1 | -1/+0 |
2008-11-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 6 | -50/+915 |