Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-21 | Rename 282 -> ERReasnotsupported. | Jeremy Allison | 1 | -3/+3 | |
Jeremy. | |||||
2009-12-21 | s3: Shrink winbindd_proto.h a bit | Volker Lendecke | 1 | -71/+0 | |
2009-12-21 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -14/+14 | |
2009-12-21 | s3: Remove unused get_sam_group_entries | Volker Lendecke | 2 | -136/+0 | |
2009-12-21 | s3: Remove unused winbindd_dual_getsidaliases | Volker Lendecke | 3 | -93/+0 | |
2009-12-21 | s3: Remove an unused struct definition | Volker Lendecke | 1 | -20/+0 | |
2009-12-21 | s3: Remove unused winbindd_dual_getuserdomgroups | Volker Lendecke | 3 | -52/+0 | |
2009-12-21 | s3: Remove unused winbindd_dual_getdcname | Volker Lendecke | 3 | -78/+0 | |
2009-12-21 | s3: Remove unused winbindd_dual_lookupname | Volker Lendecke | 3 | -46/+0 | |
2009-12-21 | s3: Remove unused winbindd_dual_lookupsid | Volker Lendecke | 3 | -46/+0 | |
2009-12-21 | s3: Remove unused winbindd_dual_userinfo | Volker Lendecke | 3 | -78/+0 | |
2009-12-21 | s3: Remove some unused dual functions | Volker Lendecke | 2 | -125/+0 | |
2009-12-21 | s3: Remove unused do_async | Volker Lendecke | 3 | -75/+0 | |
2009-12-21 | s3: Remove unused winbindd_gid2sid_async | Volker Lendecke | 2 | -48/+0 | |
2009-12-21 | s3: Remove unused winbindd_uid2sid_async | Volker Lendecke | 2 | -51/+0 | |
2009-12-21 | s3: Remove unused winbindd_sid2gid_async | Volker Lendecke | 2 | -49/+0 | |
2009-12-21 | s3: Remove unused winbindd_sid2uid_async | Volker Lendecke | 2 | -57/+0 | |
2009-12-21 | s3: Remove unused do_async_domain | Volker Lendecke | 1 | -27/+0 | |
2009-12-21 | s3: Remove unused query_user_async | Volker Lendecke | 2 | -59/+0 | |
2009-12-21 | s3: Remove unused winbindd_getsidaliases_async | Volker Lendecke | 2 | -80/+0 | |
2009-12-21 | s3: Remove unused winbindd_lookupname_async | Volker Lendecke | 2 | -157/+0 | |
2009-12-21 | s3: Remove unused winbindd_lookupsid_async | Volker Lendecke | 2 | -119/+0 | |
2009-12-20 | s3: Fix an error case in cli_negprot | Volker Lendecke | 1 | -0/+1 | |
2009-12-18 | Actually explain the twisty paths of tortured logic behind | Jeremy Allison | 1 | -14/+42 | |
reply_doserror(), reply_nterror(), and reply_nterror(NT_STATUS_DOS()). Fix the call in rely_openerror() to actually force a DOS error for "too many open files". Jeremy. | |||||
2009-12-18 | reply_doserror() doesn't force DOS errors on the wire. | Jeremy Allison | 1 | -10/+10 | |
Start migrating uses of reply_doserror() to reply_nterror() with the correct mapping. Eventually we'll get to the point where we can change reply_doserror() to force a DOS error code on the wire, and can change calls to reply_nterror(req, NT_STATUS_DOS()) - which *does* force DOS errors on the wire - to reply_doserror(). Which might actually make the server code look like it's making sense. Jeremy. | |||||
2009-12-18 | reply_force_nterror() is not used anywhere. Remove it. | Jeremy Allison | 2 | -3/+0 | |
Jeremy. | |||||
2009-12-17 | Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES. | Jeremy Allison | 1 | -0/+4 | |
This is what W2KR3 does for NTCreateX and openX calls. May be the correct fix for bug 6837 - "Too many open files" when trying to access large number of files. Jeremy. | |||||
2009-12-17 | Vector correctly through reply_openerror() (which uses the same logic). | Jeremy Allison | 1 | -6/+1 | |
Jeremy. | |||||
2009-12-17 | Fix bug #6939 - mangling method = hash breaks long filenames. | Jeremy Allison | 1 | -1/+4 | |
We were returning the wrong sense of the bool. must_mangle() has to return !NT_STATUS_IS_OK, not NT_STATUS_IS_OK. Jeremy. | |||||
2009-12-17 | s3: Run RPC-SAMBA3-GETALIASMEMBERSHIP-0 in make test | Volker Lendecke | 1 | -0/+1 | |
2009-12-17 | s3: Fix bug 6992, make test for getgrouplist cacheable | Jonas Gorski | 1 | -3/+3 | |
2009-12-17 | s3-spoolss: fix rpcclient after setprinter IDL fixes. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-12-16 | Final part of the fix for 6837 - "Too many open files" when trying to access ↵ | Jeremy Allison | 1 | -12/+12 | |
large number of files Win7 needs a min of 16k file handles to work against a server. Jeremy. | |||||
2009-12-16 | Add helpful debug of DACL for errors on ACL access. | Jeremy Allison | 1 | -2/+10 | |
Jeremy. | |||||
2009-12-16 | s3-pdbedit: allow to call "pdbedit -N description -u user" without ↵ | Günther Deschner | 1 | -2/+4 | |
specifiyng "-r". Guenther | |||||
2009-12-15 | Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned ↵ | Jeremy Allison | 2 | -18/+25 | |
attributes by protocol level. This makes us consistant in returning DOS attrs across all replies. Tested on OS/2 by Günter Kukkukk. Jeremy. | |||||
2009-12-15 | s3: Fix _samr_GetAliasMembership for results with 0 rids | Volker Lendecke | 1 | -0/+8 | |
2009-12-12 | s3: Fix a very embarrassing build failure | Volker Lendecke | 1 | -2/+2 | |
2009-12-11 | s3:loadparm: Change the "ldap deref" value "defualt" to "auto". | Karolin Seeger | 1 | -1/+1 | |
That's an established value. Default is a bit confusing. Karolin | |||||
2009-12-10 | s3: add prototype to fix the build | Björn Jacke | 1 | -0/+1 | |
2009-12-10 | s3-selftest: enable RPC-SAMBA3-WINREG. | Günther Deschner | 1 | -1/+1 | |
Very strange we didn't run it before. Guenther | |||||
2009-12-10 | s3-rpcclient: allow to set offered size for enumkey command. | Günther Deschner | 1 | -4/+9 | |
Guenther | |||||
2009-12-10 | s3: make own defines for ldap deref types | Björn Jacke | 1 | -6/+12 | |
there are too many naming clashes between different ldap libs and ldb libs. Let's simply make our own defines. The numbers are well standarized. This also makes the default for "ldap deref" be "default" which means we won't tell the ldap library what to do. Ѕo by default it's all up to what the server and our libs think they should to do. | |||||
2009-12-10 | s3: add LDAP Alias Dereferencing support | Björn Jacke | 2 | -0/+31 | |
Thanks to Dan Cox for initial patch for 3.0. This closes #2350. | |||||
2009-12-10 | s3-spoolss: fix enumprinter key client and server. | Günther Deschner | 2 | -4/+16 | |
Guenther | |||||
2009-12-10 | s3-ldb: use GUID_to_ndr_blob() | Andrew Tridgell | 1 | -2/+1 | |
this also fixes an error in NTSTATUS handling | |||||
2009-12-10 | s3: check for PAM_RADIO_TYPE. | Bo Yang | 1 | -0/+33 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-12-09 | s3: keep subsecond times on cross-filesystem moves and don't follow links | Björn Jacke | 1 | -0/+22 | |
2009-12-09 | s3:configure: check for lutimes, futimes and futimens | Björn Jacke | 1 | -1/+1 | |
2009-12-08 | s3: make sys_posix_fallocate more generic | Björn Jacke | 2 | -18/+15 | |
this is in preparation for other preallocation methods to be introduced. |