Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-22 | Revert "net: Use samba default command line arguments." | Kai Blin | 1 | -49/+25 | |
This reverts commit fb262f79fab00374023e59476e8d05a1015a7041 and related commits c36031778e1983ddb11d3e1fcab35e738dbf94bc 72fd5fa6bb78a054fad5e5ebe19a0c0387a7d45b and 38cd0e086f50ce54d88a19aa5a6803469af90489 This change caused more trouble than it solved. We need to do this differently. Reverting so we don't accidently release this. | |||||
2009-05-25 | net: Use samba default command line arguments. | Kai Blin | 1 | -25/+49 | |
Attention: The meaning of the -N flag changed. To get the old meaning for net groupmap set, use the long option --ntname The long option for using kerberos changed from --kerberos to --use-kerberos net rpc commands will now prompt for a password if none is given. As a benefit, net will now accept an authentication file like other samba command line tools. So no need to specify the password on the command line in scripts anymore. This should fix bug #6357 Signed-off-by: Kai Blin <kai@samba.org> | |||||
2009-05-13 | s3-net: Fix bug 6340: don't segfault when cleartext trustdom pwd could not ↵ | Günther Deschner | 1 | -1/+1 | |
be retrieved. Guenther | |||||
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -2/+2 | |
Should make Solaris 10 builds look cleaner. Jeremy. | |||||
2009-05-03 | Fix some warnings due to uint16_t!=-1 always being true | Volker Lendecke | 1 | -1/+1 | |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -4/+3 | |
Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy. | |||||
2009-04-28 | s3-net: make sure to call libnetapi init functions at the top of "net rpc" ↵ | Günther Deschner | 1 | -0/+13 | |
command. Without the initialization "net rpc password" will prompt twice for passwords and will not allow to define the name of the connection admin user. In the long run we should probably only have one place where to initialize libnetapi. Kai, please check. Guenther | |||||
2009-04-21 | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2009-04-21 | s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-04-20 | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 1 | -10/+9 | |
2009-04-17 | s3:net_rpc: don't shutdown a cli_state passed from the caller | Stefan Metzmacher | 1 | -9/+8 | |
This fixes a crash bug if we timeout in net rpc trustdom list. metze | |||||
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 1 | -1/+1 | |
What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy. | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -3/+6 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-03-20 | s3-net: Fix Coverity #861 (UNINIT). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-20 | s3-net: Fix Coverity #898 (UNINIT). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -37/+37 | |
Guenther | |||||
2009-03-18 | s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL. | Günther Deschner | 1 | -18/+18 | |
Guenther | |||||
2009-03-17 | Remove the global "struct cm_cred_struct" and associated calls, make | Jeremy Allison | 1 | -1/+1 | |
callers pass in a struct user_auth_info * instead. This commit causes smbc_set_credentials() to print out a message telling callers to use smbc_set_credentials_with_fallback() instead, as smbc_set_credentials() has a broken API (no SMBCCTX * pointer). No more global variables used in the connection manager API for client dfs calls. Jeremy. | |||||
2009-02-05 | s3: use samr_RidWithAttribute instead of DOM_GID. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-02-05 | s3-net: remove unused ENUM_HND. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2009-02-01 | Fix some type-punned warnings | Volker Lendecke | 1 | -3/+3 | |
2009-02-01 | cli_get_pipe_name_from_interface does not really need a talloc_ctx | Volker Lendecke | 1 | -2/+1 | |
2009-01-30 | Make cli_tcon_andx async | Volker Lendecke | 1 | -2/+2 | |
2009-01-22 | Actually complete 3662c2b... | Volker Lendecke | 1 | -1/+1 | |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -2/+10 | |
2009-01-06 | s3-samr: avoid all init_samr_user* functions. | Günther Deschner | 1 | -25/+5 | |
Guenther | |||||
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -2/+6 | |
Jeremy. | |||||
2008-12-19 | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 1 | -1/+2 | |
2008-12-05 | s3-samr: fix SAMR_FIELD_PASSWORD callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-04 | s3:net: fix password set of 'net rpc trustdom add' | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2008-11-28 | s3-samr: fix init_samr_user_info{23,24} callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-18 | s3-net: add "net rpc vampire passdb" that allows to take arguments. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -3/+3 | |
2008-10-31 | s3-samr: remove duplicate copies of Domain Object specific access rights. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-31 | s3-samr: remove duplicate copies of SAM server specific access rights. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-31 | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 1 | -11/+7 | |
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy. | |||||
2008-10-23 | Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS | Jelmer Vernooij | 1 | -1/+1 | |
previously present in Samba 3. | |||||
2008-10-21 | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 1 | -11/+0 | |
Jeremy. | |||||
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 1 | -8/+4 | |
2008-09-26 | net: Make share type lookup a function. | Kai Blin | 1 | -3/+1 | |
2008-09-11 | net: use netapi for NetFileEnum. | Günther Deschner | 1 | -68/+32 | |
Guenther (This used to be commit f85dcf8112137b7ad07f2b51eeca598e9c4d0ffa) | |||||
2008-09-11 | net: use netapi for NetFileClose. | Günther Deschner | 1 | -33/+13 | |
Guenther (This used to be commit fd3d130d25a7c30fe003abe01fc18d8f754a466f) | |||||
2008-09-11 | net: use netapi for NetShareEnum. | Günther Deschner | 1 | -66/+36 | |
Guenther (This used to be commit f4cb75b1e2b030055b9c566f941277286095b8a7) | |||||
2008-09-10 | net: share_type is defined in net_rap.c, net_rpc.c needs to use that. | Kai Blin | 1 | -1/+3 | |
This fixes a crash in net rpc share that Günther Deschner found. (This used to be commit 50af6d609dcbbdadb9af44ede980d9c85ac834e3) | |||||
2008-09-05 | net: use netapi for rpc_sh_share_delete as well. | Günther Deschner | 1 | -10/+1 | |
Guenther (This used to be commit b56ec0b9952dbad9f552c4be30eaae36faa9131c) | |||||
2008-09-05 | net: use netapi for deleting shares. | Günther Deschner | 1 | -36/+2 | |
Guenther (This used to be commit d7b07b636947cb52aa5474e86c4a3b6aa391a36f) | |||||
2008-09-05 | net: use netapi for rpc_sh_share_add as well. | Günther Deschner | 1 | -21/+15 | |
Guenther (This used to be commit 0c232742561a4001909ccce2c5160d57d09edb40) | |||||
2008-09-05 | net: use netapi to add shares. | Günther Deschner | 1 | -49/+43 | |
Guenther (This used to be commit 95ac480e2030dc607283a8eb89b44015527efa4b) | |||||
2008-08-29 | net: use netapi for "net rpc user info" to enumerate user group membership. | Günther Deschner | 1 | -112/+27 | |
Guenther (This used to be commit 77ecfff216b24b0d4b1ce79bee13c18bffa7b533) |