Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-25 | idmap: Fix typo is gid2sid() that was caching using idmap_cache_set_sid2uid() | Gerald W. Carter | 1 | -1/+1 | |
2008-09-25 | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 1 | -0/+1 | |
2008-09-25 | Remove these no longer used include files. | Jeremy Allison | 2 | -3118/+0 | |
Jeremy. | |||||
2008-09-25 | idmap_hash: Fix the nss_info link during "make install" | Gerald W. Carter | 1 | -0/+1 | |
2008-09-25 | idmap_adex: Fix the nss_info install link. | Gerald W. Carter | 1 | -0/+1 | |
2008-09-25 | s3:lib/ldb: Don't return already freed pointer on error. | Stefan Metzmacher | 1 | -0/+1 | |
metze Signed-off-by: Karolin Seeger <kseeger@samba.org> | |||||
2008-09-24 | Fix the new vfs_smb_traffic_analyzer build for static links | Jim McDonough | 1 | -2/+2 | |
2008-09-24 | SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com> | Holger Hetterich | 3 | -2/+359 | |
Used to gather data to feed to a database for live and historical analysis of usage per user, per share, etc. Helper apps to read the data still to come. This one still needs to be made ipv6 enabled (connection is made to the helper app). | |||||
2008-09-24 | Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file ↵ | Jeremy Allison | 1 | -4/+2 | |
disposition. We were checking that fd != -1 in file_find_di_XXX calls which is no longer needed due to a change in internal semantics. Jeremy. | |||||
2008-09-24 | build: fix the libcryptosrcdir for the merged build | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-09-24 | s3:configure: add -L./bin also for the merged build | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2008-09-24 | printing: Rename new parameter "cups timeout" to "cups connection timeout". | Karolin Seeger | 4 | -8/+8 | |
Karolin | |||||
2008-09-24 | Use common crc32 implementation. | Jelmer Vernooij | 6 | -111/+5 | |
2008-09-24 | Use shared copy of hmac5 implementation. | Jelmer Vernooij | 5 | -176/+2 | |
2008-09-24 | Use common md4 implementation. | Jelmer Vernooij | 2 | -175/+1 | |
2008-09-24 | Use common MD5. | Jelmer Vernooij | 5 | -274/+2 | |
2008-09-24 | Use new binary name in merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-24 | s3: fix idmap_adex. | Günther Deschner | 3 | -3/+3 | |
Guenther | |||||
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 8 | -492/+151 | |
Guenther | |||||
2008-09-24 | s3: re-run make samba3-idl. | Günther Deschner | 3 | -2284/+716 | |
Guenther | |||||
2008-09-24 | s3-nbt: full merge of s4 nbt idl. | Günther Deschner | 1 | -274/+143 | |
Guenther | |||||
2008-09-24 | s3: fix merged_build. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-09-23 | printing: Add new parameter "cups timeout". | Karolin Seeger | 4 | -6/+43 | |
The default timeout for connections to CUPS servers is set to 5 minutes in the CUPS libraries. The smbd hangs on startup until the timeout is reached if the CUPS server is unreachable. This parameter makes the timeout configurable. The default value is set to 30 seconds. Karolin | |||||
2008-09-24 | s3: fix make everything. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-09-23 | Fix winbindd crash in an unusual failure mode. Bug #5737. Based on original ↵ | Jeremy Allison | 1 | -5/+9 | |
patch from shargagan@novell.com Jeremy. | |||||
2008-09-23 | Fix bug #5783 FindFirst fails where search pattern == mangled filename. | Jeremy Allison | 2 | -8/+8 | |
That was an old and subtle bug. Jeremy. | |||||
2008-09-23 | pam_winbind: attempt to fix build issue on solaris, bug #5784 | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2008-09-23 | s3-ndr: add stub smb_iconv_convenience to some ndr_ functions. | Günther Deschner | 6 | -14/+16 | |
Guenther | |||||
2008-09-23 | s3: re-run make samba3-idl. | Günther Deschner | 14 | -505/+505 | |
Guenther | |||||
2008-09-23 | s3: fix NETLOGON_NT_VERSION version flags. | Günther Deschner | 3 | -21/+21 | |
Guenther | |||||
2008-09-23 | s3: re-run make samba3-idl. | Günther Deschner | 2 | -20/+20 | |
Guenther | |||||
2008-09-23 | s3-nbt: start merging from samba4 idl. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-09-23 | s3-build: let ctags/etags start from the toplevel dir. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-09-23 | s3-nbt: remove old samba3 libcli/nbt copy. | Günther Deschner | 2 | -979/+0 | |
Guenther | |||||
2008-09-23 | [s3]winbindd_group: don't list the domain twice when expanding internal aliases | Michael Adam | 1 | -1/+1 | |
Before this, "getent group builtin\\administrators" expanded domain group members in the form DOMAIN\domain\user. Michael | |||||
2008-09-23 | [s3]winbindd_group: sanely handle NULL domain in add_member(). | Michael Adam | 1 | -1/+5 | |
Michael | |||||
2008-09-23 | [s3]winbindd_ads: honour "winbind use default domain" in lookup_groupmem(). | Michael Adam | 1 | -9/+11 | |
This fixes the output of "getent group" when "winbind use default domain = yes" with security = ads. Michael | |||||
2008-09-23 | [s3]winbindd_rpc: add domain prefix to username in lookup_groupmem(). | Michael Adam | 1 | -1/+4 | |
This makes the output of "getent group" of a domain group show the domain prefix with "security = domain". Michael | |||||
2008-09-23 | [s3]winbindd_util: add fill_domain_username_talloc(). | Michael Adam | 1 | -0/+27 | |
A talloc version of fill_domain_username(). Michael | |||||
2008-09-23 | [s3]winbindd_util: add prototype for fill_domain_username_talloc(). | Michael Adam | 1 | -0/+4 | |
A talloc version of fill_domain_username(). Michael | |||||
2008-09-23 | [s3]winbindd: fix a comment typo | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-09-23 | [s3]winbind_util: fix an implicit cast compile warning. | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 8 | -15/+15 | |
Guenther | |||||
2008-09-23 | s3-nbt: use ../libcli/nbt helper. | Günther Deschner | 2 | -18/+1 | |
Guenther | |||||
2008-09-23 | s3: re-run make idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-23 | s3-nbt: refer to ../libcli/nbt in nbt.idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-23 | s3: use samba4 prototype for ndr_push/pull_struct_blob. | Günther Deschner | 8 | -25/+29 | |
Guenther | |||||
2008-09-23 | s3: re-run make idl. | Günther Deschner | 3 | -7/+13 | |
Guenther | |||||
2008-09-23 | s3-nbt: fix nbt.idl in order to use shared nbt helper. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-09-23 | s3-charset: add smb_iconv_convenience. | Günther Deschner | 1 | -0/+2 | |
Guenther |