summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Fix typo in debug message.Michael Adam2008-01-181-1/+1
| | | | | | | | | | | | | | | | Michael
| | * | Fix the build w/o ADS.Günther Deschner2008-01-181-0/+4
| | | | | | | | | | | | | | | | Guenther
| | * | Add header for NetGetJoinableOUs to libnetapi.Günther Deschner2008-01-181-0/+11
| | | | | | | | | | | | | | | | Guenther
| * | | Added PFIF notice to Samba 3.2 treeAndrew Tridgell2008-01-231-0/+7
| |/ /
| * | merged changes from v4-0-testAndrew Tridgell2008-01-182-43/+43
| | |
| * | Add NetGetJoinableOUs() to libnetapi (incl. example).Günther Deschner2008-01-183-3/+309
| | | | | | | | | | | | Guenther
| * | Cosmetics and error string reporting for libnetapi.Günther Deschner2008-01-183-16/+114
| | | | | | | | | | | | Guenther
| * | Add some more debugging into netdomjoin-gui.Günther Deschner2008-01-181-4/+9
| | | | | | | | | | | | Guenther
| * | Fix local hostname detection in netdomjoin-gui.Günther Deschner2008-01-181-10/+27
| | | | | | | | | | | | Guenther
| * | Improve libnetapi_set_error_string().Günther Deschner2008-01-182-7/+39
| | | | | | | | | | | | Guenther
| * | Add and correct some WERROR codes.Michael Adam2008-01-182-2/+13
| | | | | | | | | | | | Michael
| * | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-1762-1277/+27280
| |\ \
| | * | Fix two uninitialized variables in vfs_hpuxacl.cVolker Lendecke2008-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to David Leonard <David.Leonard@quest.com>, this fixes bug 5208. Volker
| | * | Use new pidl-generated netlogon client calls in NetApi GetDcName().Günther Deschner2008-01-172-38/+8
| | | | | | | | | | | | | | | | Guenther
| | * | Include auto-generated client headers for netlogon/samr.Günther Deschner2008-01-171-0/+2
| | | | | | | | | | | | | | | | Guenther
| | * | Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-1715-152/+70
| | | | | | | | | | | | | | | | Guenther
| | * | Re-run make idl to regnerated netlogon.Günther Deschner2008-01-172-10/+12
| | | | | | | | | | | | | | | | Guenther
| | * | Add NETLOGON_GRACE_LOGON flag to netr_UserFlags.Günther Deschner2008-01-171-10/+11
| | | | | | | | | | | | | | | | Guenther
| | * | Re-run make idl to generate SAMR output.Günther Deschner2008-01-178-1/+23360
| | | | | | | | | | | | | | | | Guenther
| | * | Use pidl generated data from misc.idl.Günther Deschner2008-01-178-125/+306
| | | | | | | | | | | | | | | | Guenther
| | * | Re-run make idl to regenerate netlogon output.Günther Deschner2008-01-177-598/+2264
| | | | | | | | | | | | | | | | Guenther
| | * | Remove dependency for nbt.idl (the NBT_SERVER_* flags) in netlogon.idl.Günther Deschner2008-01-171-9/+9
| | | | | | | | | | | | | | | | Guenther
| | * | Remove samba4 specifi struct server_id from misc.idl.Günther Deschner2008-01-171-6/+0
| | | | | | | | | | | | | | | | Guenther
| | * | Import recent misc.idl from Samba4.Günther Deschner2008-01-171-1/+5
| | | | | | | | | | | | | | | | Guenther
| | * | Add samba3 [out,ref] pointer massage to samr&netlogon idl.Günther Deschner2008-01-172-93/+94
| | | | | | | | | | | | | | | | Guenther
| | * | Import recent netlogon and samr IDL from samba4.Günther Deschner2008-01-172-136/+430
| | | | | | | | | | | | | | | | Guenther
| | * | Add a reg_getversion() function to reg_api and use it in srv_winreg_nt.c.Michael Adam2008-01-172-4/+12
| | | | | | | | | | | | | | | | Michael
| | * | Add my (C) to reg_api.c - MichaelMichael Adam2008-01-171-0/+1
| | | |
| | * | Add a comment header comparing winreg.idl and reg_api.c.Michael Adam2008-01-171-0/+42
| | | | | | | | | | | | | | | | Michael
| | * | Use reg_[gs]etkeysecurity() instead of regkey_[gs]et_secdes().Michael Adam2008-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Rationale: Use reg_api instead of backend functions. Michael
| | * | Add reg_api functions reg_getkeysecurity() and reg_setkeysecurity().Michael Adam2008-01-171-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are wrappers around the lower level functions regkey_get_secdesc() and regkey_set_secdesc(). Next step towards hiding reg_frontend from the surface. Michael
| | * | Comment out unused reg_create_path() and reg_delete_path().Michael Adam2008-01-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | These functions are unused. Comment them out for now. Michael
| | * | Move reg_create_path() and reg_delete_path() to reg_api.cMichael Adam2008-01-172-95/+95
| | | | | | | | | | | | | | | | Michael
| | * | Convert sync_eventlog_params() to use reg_api instead of reg_frontend.Michael Adam2008-01-171-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a step towards untangling the registry. All places should use reg_api.c, reg_frontend should actually more appropriately be named reg_backend_dispatcher and hidden from callers. :-) Michael
| | * | Add some sectioning comments to reg_api.cMichael Adam2008-01-171-0/+15
| | | | | | | | | | | | | | | | Michael
| | * | Make utility function reg_deletekey_recursive_internal() static.Michael Adam2008-01-171-4/+4
| | | | | | | | | | | | | | | | Michael
| | * | Use the proper boolean constants in reg_frontend_hilvl.cMichael Adam2008-01-171-6/+6
| | | | | | | | | | | | | | | | Michael
| | * | Reformatting: Strip trailing white spaces from reg_frontent_hilvl.c.Michael Adam2008-01-171-21/+19
| | | | | | | | | | | | | | | | Michael
| | * | idl: Update IDL for eventlog, misc, netlogon and security from Samba 4.Jelmer Vernooij2008-01-177-10/+20
| | | |
| | * | idl: Remove use of [ref], which is the default.Jelmer Vernooij2008-01-171-3/+3
| | | |
| | * | idl: Update initshutdown and echo IDL from Samba 4.Jelmer Vernooij2008-01-175-18/+18
| | | |
| | * | idl: Update DFS IDL from Samba 4.Jelmer Vernooij2008-01-177-10/+526
| | | |
| * | | stop bothering me about example programs not checked inDerrell Lipman2008-01-171-0/+16
| | | |
| * | | Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2008-01-172-46/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're going to cache connections to IPC$, we'd better also cache the policy handle and not use a stack-based handle that's invalid on subsequent calls. Derrell
| * | | Add a program to test repeated calls to smbc_getxattr().Derrell Lipman2008-01-172-0/+67
| |/ /
| * | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testDerrell Lipman2008-01-178-64/+39
| |\ \
| | * | Remove is_remotestorage() call from VFS. We already have statvfs() there to ↵Alexander Bokovoy2008-01-177-35/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle FS capabilities. As discussed with Volker, it is better to calculate FS capabilities at connection time. We already do this with help of VFS statvfs() call which allows to fill-in system-specific attributes including FS capabilities. So just re-use it if you want to represent additional capabilities in your modules. The only caution is that you need to call underlying statvfs() call to actually get system-specific capabilities (and other fields) added. Then add module-specific ones.
| | * | Rework of VFS is_offline() function to only return boolean offline/online ↵Alexander Bokovoy2008-01-177-26/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result for a file. This makes sense as upper levels are only taking returned result of 0 (no error) into consideration when deciding whether to mark file offline/online as returned from is_offline. That means that we simply can move the decision down to VFS module and clean up upper levels so that they always see only file status. If there is an error when trying to identify file status, then VFS module could decide what to return (offline or online) by itself -- after all, it ought to have system-specific knowledge anyway.
| | * | Fix more VFS API mixup with offline filesAlexander Bokovoy2008-01-171-5/+4
| | | | | | | | | | | | | | | | I'm sorry for this mess. :-(
| | * | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testAlexander Bokovoy2008-01-178-95/+231
| | |\ \