Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 5 | -27/+6 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-11 | Cope with changed signature of http_timestring(). | Jelmer Vernooij | 3 | -5/+2 | |
2008-10-11 | Remove duplicate copy of dlinklist.h. | Jelmer Vernooij | 2 | -114/+1 | |
2008-10-11 | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 2 | -6/+9 | |
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. | |||||
2008-10-11 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 11 | -3160/+33 | |
2008-10-10 | If you have a large number of cups printers, then scanning for print info ↵ | Jeremy Allison | 2 | -2/+7 | |
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. | |||||
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 2 | -5/+1 | |
Jeremy. | |||||
2008-10-09 | Remove a pointless level of indirection | Volker Lendecke | 1 | -1/+0 | |
2008-10-08 | For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits | Jeremy Allison | 1 | -0/+1 | |
to specific bits every time a security descriptor is set. The S4 torture suite proves that generic bits are not returned when querying an ACL set using them (ie. only the specific bits are stored on disk). Jeremy. | |||||
2008-10-08 | Deal with inheritance from parent directory when setting Windows | Jeremy Allison | 1 | -0/+3 | |
ACLs. Jeremy. | |||||
2008-10-08 | Remove unused CHECK_FSP macro | Volker Lendecke | 1 | -16/+0 | |
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ↵ | Jeremy Allison | 2 | -4/+5 | |
in fset_nt_acl(). Need to watch the build farm to make sure I haven't broken the AIX or Solaris ACL modules. Jeremy. | |||||
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -0/+1 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | |||||
2008-10-06 | Add netlogond auth method | Volker Lendecke | 1 | -0/+2 | |
This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb. | |||||
2008-10-06 | Add dyn_NCALRPCDIR | Volker Lendecke | 1 | -0/+4 | |
2008-10-06 | Store a local schannel key in secrets.tdb | Volker Lendecke | 2 | -0/+4 | |
2008-10-03 | Correctly fix smbclient to terminate on eof from server. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. | |||||
2008-10-03 | Simply our main loop processing. A lot :-). Correctly use events for all the ↵ | Jeremy Allison | 1 | -1/+2 | |
previous "special" cases. A step on the way to adding signals to the events and being able to merge the S3 event system with the S4 one. Jeremy. | |||||
2008-09-25 | s3-nbt: remove double nbt netlogon opcodes. | Günther Deschner | 1 | -11/+0 | |
Guenther | |||||
2008-09-25 | Remove these no longer used include files. | Jeremy Allison | 2 | -3118/+0 | |
Jeremy. | |||||
2008-09-24 | printing: Rename new parameter "cups timeout" to "cups connection timeout". | Karolin Seeger | 2 | -2/+2 | |
Karolin | |||||
2008-09-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4 | Jelmer Vernooij | 2 | -4/+1 | |
Conflicts: source3/include/includes.h | |||||
2008-09-24 | Use common crc32 implementation. | Jelmer Vernooij | 2 | -4/+1 | |
2008-09-24 | Use common arcfour implementation. | Jelmer Vernooij | 3 | -8/+4 | |
2008-09-24 | Use shared copy of hmac5 implementation. | Jelmer Vernooij | 3 | -40/+1 | |
2008-09-24 | Use common MD5. | Jelmer Vernooij | 3 | -26/+1 | |
2008-09-24 | s3-nbt: use the new generated nbt. | Günther Deschner | 2 | -96/+5 | |
Guenther | |||||
2008-09-23 | printing: Add new parameter "cups timeout". | Karolin Seeger | 2 | -0/+2 | |
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-23 | s3-ndr: add stub smb_iconv_convenience to some ndr_ functions. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2008-09-23 | s3-nbt: use ../libcli/nbt helper. | Günther Deschner | 1 | -17/+0 | |
Guenther | |||||
2008-09-23 | s3: use samba4 prototype for ndr_push/pull_struct_blob. | Günther Deschner | 1 | -4/+2 | |
Guenther | |||||
2008-09-23 | s3-charset: add smb_iconv_convenience. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-09-21 | netlogon: move password change code out to rpccli_netlogon_set_trust_password. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2008-09-21 | netlogon: add init_netr_CryptPassword. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-09-19 | Add comment to explain version bump | Simo Sorce | 1 | -0/+1 | |
2008-09-19 | idmap: Increment the interface number after Volker's rewrite. | Gerald (Jerry) Carter | 1 | -1/+1 | |
2008-09-17 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelib | Jelmer Vernooij | 2 | -0/+15 | |
2008-09-16 | * Allow an admin to define the "uid" attribute for a RFC2307 | Gerald (Jerry) Carter | 1 | -0/+5 | |
user object in AD to be the username alias. For example: $ net ads search "(uid=coffeedude)" distinguishedName: CN=Gerald W. Carter,CN=Users,DC=pink,DC=plainjoe,DC=org sAMAccountName: gcarter memberOf: CN=UnixUsers,CN=Users,DC=pink,DC=plainjoe,DC=org memberOf: CN=Domain Admins,CN=Users,DC=pink,DC=plainjoe,DC=org memberOf: CN=Enterprise Admins,CN=Users,DC=pink,DC=plainjoe,DC=org memberOf: CN=Schema Admins,CN=Users,DC=pink,DC=plainjoe,DC=org uid: coffeedude uidNumber: 10000 gidNumber: 10000 unixHomeDirectory: /home/gcarter loginShell: /bin/bash $ ssh coffeedude@192.168.56.91 Password: coffeedude@orville:~$ id uid=10000(coffeedude) gid=10000(PINK\unixusers) groups=10000(PINK\unixusers) $ getent passwd PINK\\gcarter coffeedude:*:10000:10000::/home/gcarter:/bin/bash $ getent passwd coffeedude coffeedude:*:10000:10000::/home/gcarter:/bin/bash $ getent group PINK\\Unixusers PINK\unixusers:x:10000:coffeedude | |||||
2008-09-16 | winbindd: Add support for name aliasing. | Gerald (Jerry) Carter | 1 | -0/+10 | |
* Add support user and group name aliasing by expanding the ws_name_replace() and ws_name_return() functions. The lookup path is aliases -> qualified name -> SID SID -> fully qualified name -> alias In other words, the name aliasing support is a thin layer built on top of SID/NAME translation. * Rename the ws_name_XX() functions to normalize_name_map() and normalize_name_unmap(). Chaneg interface to return NTSTATUS rather than char *. * Add associated cache validation functions. | |||||
2008-09-16 | Merge branch 'singlereplace' into single | Jelmer Vernooij | 2 | -3/+3 | |
Conflicts: source4/configure.ac source4/torture/local/config.mk | |||||
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 2 | -3/+3 | |
2008-09-16 | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-12 | Add a more explaining comment | Volker Lendecke | 1 | -1/+3 | |
(This used to be commit edd70836daef340f21df3cb102144935f36e5c4c) | |||||
2008-09-12 | doserr: add WERR_NO_SUCH_ALIAS. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit e065802a61f22e9fdcd4b911805c42c46a79b3f2) | |||||
2008-09-12 | messaging: move types to IDL. | Günther Deschner | 2 | -85/+1 | |
Guenther (This used to be commit 6c346d0eb20af5ba9b09f30319420f7c91480da6) | |||||
2008-09-09 | Add async trans/trans2/nttrans calls to libsmb | Volker Lendecke | 1 | -0/+21 | |
Logic stolen from Samba4, naturally the specific implementation differs a bit. (This used to be commit 4b8bc5b03d35d563104791c0d8317d9886e4f032) | |||||
2008-09-09 | Add utility function cli_in_chain() | Volker Lendecke | 1 | -0/+1 | |
This gives a hint whether a function is called from within the middle of a chain. In particular the trans calls don't really like this. (This used to be commit 4252b32db5ef7483f2c5c52312b6e6dc68d1d687) | |||||
2008-09-09 | make smb_bytes_push_str public | Volker Lendecke | 1 | -0/+1 | |
(This used to be commit d611f599b45ad9dad1027a16a0e8da7d4b96e608) | |||||
2008-09-09 | Add a utility function to append a DATA_BLOB to a talloc object | Volker Lendecke | 1 | -0/+1 | |
(This used to be commit d8259cbe666d96cc468203a64fb208c02a64849f) |